summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-01-25 16:38:41 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-25 16:38:41 -0500
commit640924f37af98d9ff2bdb5f70d8c05d4c9343b7c (patch)
tree879e40bb4326117d9241935cc1dca1d97f3ba7da /configure.ac
parent80bf6f78e4bd8b5fd90dcd0f672e88381e19c313 (diff)
Add gio for view 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 cb1df03..c6d33ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PKG_CHECK_MODULES(COMPOSITOR,
[egl >= 7.10 glesv2 gdk-pixbuf-2.0 >= 2.21.5 libudev >= 136 libdrm >= 2.4.23] xcb-dri2 xcb-xfixes)
PKG_CHECK_MODULES(GLES2, [egl >= 7.10 glesv2 libdrm >= 2.4.23])
PKG_CHECK_MODULES(CLIENT, [egl >= 7.10 gl cairo >= 1.10.0 gdk-pixbuf-2.0 >= 2.21.5 glib-2.0 gobject-2.0 xkbcommon libdrm >= 2.4.23])
-PKG_CHECK_MODULES(POPPLER, [poppler-glib gdk-2.0],
+PKG_CHECK_MODULES(POPPLER, [poppler-glib gdk-2.0 gio-2.0],
[have_poppler=yes], [have_poppler=no])
AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes")