From dd31d1f8f205c140001052d15ab1ffbd5579dba4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 18 Feb 2011 19:28:36 -0800 Subject: listres depends on xproto, not x11 (Xlib) listres doesn't include any Xlib headers or call any Xlib functions directly, but does include from xproto. Signed-off-by: Alan Coopersmith --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3