diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-01 17:36:33 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-01 17:36:33 -0400 |
commit | 19b8c1dfc637245e306b34a3aef69370cfe8059b (patch) | |
tree | 73b0445b75123ff828103eccf409a2c7c461d5ee | |
parent | 73401c0d6679ff6a1c06d732c192a69cf70a27fc (diff) |
config: update direct dependencies for xkbvleds and xkbwatch
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
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0d5b07e..c64915f 100644 --- a/configure.ac +++ b/configure.ac @@ -37,12 +37,12 @@ AM_CONFIG_HEADER(config.h) AM_PROG_CC_C_O # xkbvleds checks -PKG_CHECK_MODULES(XKBVLEDS, xaw7) +PKG_CHECK_MODULES(XKBVLEDS, xproto xaw7 xt x11) # xkbbell checks PKG_CHECK_MODULES(XKBBELL, xproto inputproto x11) # xkbwatch checks -PKG_CHECK_MODULES(XKBWATCH, xaw7) +PKG_CHECK_MODULES(XKBWATCH, xproto xaw7 xt x11) AC_OUTPUT([Makefile]) |