diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-18 14:43:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-18 14:43:33 -0700 |
commit | 449b447c85ac772772cd2cf9fecef93c3ae88e01 (patch) | |
tree | fe224d9344f23836aaa0745b9ba33d2976344929 | |
parent | c2545396940919ae2bc5edccade3796bca396183 (diff) |
Add explicit dependency on libICE to PKG_CHECK_MODULES
Allows building against libXt versions that moved ice to Requires.private
in the xt.pc file, since xrx calls Ice* functions directly.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 294f46b..2172ae7 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ m4_pattern_forbid(XTRANS_CONNECTION_FLAGS) XTRANS_CONNECTION_FLAGS # Checks for pkg-config packages -PKG_CHECK_MODULES(XRX, x11 xt xext xtrans xproxymngproto xau) +PKG_CHECK_MODULES(XRX, x11 xt xext xtrans xproxymngproto xau ice) XRX_CFLAGS="$CWARNFLAGS $XRX_CFLAGS" AC_SUBST(XRX_CFLAGS) AC_SUBST(XRX_LIBS) |