[PATCH app-xkbutils 3/4] config: update directs dependencies for xkbbell

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


Depends on xproto through the inclusion of Xproto.h.
Depends on inputproto through the inclusion of XI.h
Depends on x11 through the inclusion of Xlib.h.
Does not depend on xkbfile for headers or libs.

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

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



More information about the xorg-devel mailing list