summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-10 11:47:44 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-02-08 17:39:24 +0000
commita2410a08f3a30533e2986f7d3a142baaa7173a19 (patch)
tree31e1c48234eb56aaa7292a9b995bbe3725f61384 /configure.ac
parent9d0046c588c86b2d214172d0eb3a55e311dcad3c (diff)
xcb-ify icon conversion
v2: some warning fixes in winXIconToHICON() v3: declaration-after-statement warning fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7429b11b4..1ba2e890d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2147,7 +2147,7 @@ if test "x$XWIN" = xyes; then
AC_DEFINE_UNQUOTED(__VENDORDWEBSUPPORT__, ["$VENDOR_WEB"], [Vendor web address for support])
AC_CHECK_TOOL(WINDRES, windres)
- PKG_CHECK_MODULES([XWINMODULES],[x11 xdmcp xau xfixes])
+ PKG_CHECK_MODULES([XWINMODULES],[x11 xdmcp xau xfixes x11-xcb xcb-image xcb-icccm])
if test "x$WINDOWSWM" = xauto; then
PKG_CHECK_EXISTS($WINDOWSWMPROTO, [WINDOWSWM=yes], [WINDOWSWM=no])