summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-06-12 03:28:10 -0700
committerJamey Sharp <jamey@minilop.net>2006-06-12 03:28:10 -0700
commit2b70743f8b1314dc90e20b1078194a4450eb1b16 (patch)
treed5ad97d317889f8a8f7112ef9ba7cbbd535b179d
parent49d8b819620863466954a50a20c659f3d77ed469 (diff)
New utility library: port of libXrender utility functions.
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e29ba58..5ecd24f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ AC_SUBST(pkgconfigdir)
PKG_CHECK_MODULES(XCB, xcb)
PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
+PKG_CHECK_MODULES(XCB_RENDER, xcb-render)
XCB_AUX_CFLAGS='-I$(top_builddir)/convenient'
XCB_AUX_LIBS='$(top_builddir)/convenient/libXCBAux.la'
@@ -51,5 +52,6 @@ AC_OUTPUT([Makefile
property/Makefile property/xcb-property.pc
icccm/Makefile icccm/xcb-icccm.pc
wm/Makefile wm/xcb-wm.pc
+ renderutil/Makefile renderutil/xcb-renderutil.pc
xcb_util_intro
])