summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:13:46 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:13:46 +0000
commit2e853831dd6724d063398de229cb02f8420e79b0 (patch)
tree645677c7f7c6b7973df968754bb8907d15f7beae
parent5bfa8ab1e49212a061f5ceaaf5a2a66e2d50338d (diff)
Add dependency on xp module when building with Xprint support.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1db62d1..252da20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Add dependencies on xp module
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index d41c566..1f792e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AM_CONDITIONAL([BUILD_MOTIFAPPS], test "$build_motifapps" = yes)
# xpawhelloworld
#
if test x$build_motifapps = xyes ; then
- PKG_CHECK_MODULES(XPAWHELLOWORLD, xaw8 xprintutil)
+ PKG_CHECK_MODULES(XPAWHELLOWORLD, xaw8 xprintutil xp)
XPAWHELLOWORLD_CFLAGS="$XPAWHELLOWORLD_CFLAGS $MOTIF_CFLAGS"
XPAWHELLOWORLD_LIBS="$XPAWHELLOWORLD_LIBS $MOTIF_LIBS"
fi
@@ -89,14 +89,14 @@ PKG_CHECK_MODULES(XPHELLOWORLD, xprintapputil xprintutil xp)
# xpsimplehelloworld
#
-PKG_CHECK_MODULES(XPSIMPLEHELLOWORLD, xprintutil)
+PKG_CHECK_MODULES(XPSIMPLEHELLOWORLD, xprintutil xp)
#
# xpxmhellowolrd
#
if test x$build_motifapps = xyes ; then
- PKG_CHECK_MODULES(XPXMHELLOWORLD, xprintutil xt)
+ PKG_CHECK_MODULES(XPXMHELLOWORLD, xprintutil xt xp)
XPXMHELLOWORLD_CFLAGS="$XPXMHELLOWORLD_CFLAGS $MOTIF_CFLAGS"
XPXMHELLOWORLD_LIBS="$XPXMHELLOWORLD_LIBS $MOTIF_LIBS"
fi
@@ -105,7 +105,7 @@ fi
# xpxthelloworld
#
-PKG_CHECK_MODULES(XPXTHELLOWORLD, xaw8 xprintutil xt)
+PKG_CHECK_MODULES(XPXTHELLOWORLD, xaw8 xprintutil xt xp)
XORG_RELEASE_VERSION