Gaetan Nadon wrote: > 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 <[email protected]> > --- > 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])
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
