[PATCH app-xkbutils 4/4] config: update directs dependencies for xkbvleds and xkbwatch

Gaetan Nadon memsize at videotron.ca
Sun Aug 8 08:46:38 PDT 2010


Depends on xproto through the inclusion of X.h.
Depends on x11 through the inclusion of Xlib.h.
Depends on Xaw through the inclusion of XawInit.h
Depends on Xt through the inclusion of IntrinsicP.h

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index e45f6b6..7cbb4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,8 +39,8 @@ AM_PROG_CC_C_O
 AC_PROG_INSTALL
 
 # Obtain compiler/linker options from depedencies
-PKG_CHECK_MODULES(XKBVLEDS, xaw7)
+PKG_CHECK_MODULES(XKBVLEDS, xproto xaw7 xt x11)
 PKG_CHECK_MODULES(XKBBELL, xproto inputproto x11)
-PKG_CHECK_MODULES(XKBWATCH, xaw7)
+PKG_CHECK_MODULES(XKBWATCH, xproto xaw7 xt x11)
 
 AC_OUTPUT([Makefile])
-- 
1.6.0.4



More information about the xorg-devel mailing list