summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-21 03:14:16 +0000
committerSung-Jin Park <sj76.park@samsung.com>2013-09-03 00:01:21 -0400
commit2a5c8275bbb5e59fc32a8ecf9c62754eab33cea6 (patch)
tree902f0125f99f1d2107188ce40501499b02e759fd
parentdfeb53c33bba5be71912fe1d3f6cdcf9e07ed543 (diff)
downloadxkill-2a5c8275bbb5e59fc32a8ecf9c62754eab33cea6.tar.gz
xkill-2a5c8275bbb5e59fc32a8ecf9c62754eab33cea6.tar.bz2
xkill-2a5c8275bbb5e59fc32a8ecf9c62754eab33cea6.zip
Change dependency from xmu to xmuu since the full xmu (with all its baggage like Xt) is not needed here.
Change-Id: I2d17e03e94949b6d1557b17bfae48fad6b38c20f
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..0cfbc66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Change dependency from xmu to xmuu since the full xmu
+ (with all its baggage like Xt) is not needed here.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 3b93302..cdd5413 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XKILL, x11 xmu)
+PKG_CHECK_MODULES(XKILL, x11 xmuu)
AC_SUBST(XKILL_CFLAGS)
AC_SUBST(XKILL_LIBS)