summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-06 22:30:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-06 22:31:13 -0700
commit2a40523ef8c658703eae3d17732e76298abf48e5 (patch)
treeba53ce0080d234396b2a11738c37985904bbdac4
parent747977fbc42c6c9b4bb2a77d596f5d1e434d83c4 (diff)
Add xext to PKG_CHECK_MODULES for calls of shape ext. functions in libXext
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ec8c68..4a98bbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender)
+PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender xext)
AC_OUTPUT([Makefile])