diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-18 19:28:36 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-18 19:31:59 -0800 |
commit | dd31d1f8f205c140001052d15ab1ffbd5579dba4 (patch) | |
tree | 5e1862b696d2cb17249c37e1f3b43c199fff1fbb /configure.ac | |
parent | 3dd75eb87cc61e9b6acbd18c79357a4ae63cc440 (diff) |
listres depends on xproto, not x11 (Xlib)
listres doesn't include any Xlib headers or call any Xlib functions
directly, but does include <X11/Xos.h> from xproto.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9e6effe..2a2aebd 100644 --- a/configure.ac +++ b/configure.ac @@ -34,10 +34,8 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) - - # Checks for pkg-config packages -PKG_CHECK_MODULES(LISTRES, xaw7 x11 xt xmu) +PKG_CHECK_MODULES(LISTRES, xaw7 xproto xt xmu) AC_CONFIG_FILES([ Makefile |