diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-06 22:30:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-06 22:31:13 -0700 |
commit | 2a40523ef8c658703eae3d17732e76298abf48e5 (patch) | |
tree | ba53ce0080d234396b2a11738c37985904bbdac4 | |
parent | Handle XShape window which shape change (diff) | |
download | xcman-2a40523ef8c658703eae3d17732e76298abf48e5.tar.gz xcman-2a40523ef8c658703eae3d17732e76298abf48e5.tar.bz2 xcman-2a40523ef8c658703eae3d17732e76298abf48e5.tar.xz |
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.ac | 2 |
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]) |