summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-01-13 10:07:01 +0000
committerKristian Høgsberg <krh@bitplanet.net>2012-01-13 13:01:25 -0500
commit2f6219f12738555104161a6fc37d8d4edb35f62b (patch)
tree1c9fc1829e9a67b54c3baec57d248f97f863c90e
parentab5dacdac887e68fc6d3d691b58de040b9f0d39f (diff)
Explicitly add GIO to the client libs
This prevents a build warning on Fedora 16 of: undefined reference to symbol 'g_file_get_basename'
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9af8590..2f2cee4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ AM_CONDITIONAL(BUILD_CLIENTS, test x$enable_clients == xyes)
if test x$enable_clients == xyes; then
AC_DEFINE([BUILD_CLIENTS], [1], [Build the Wayland clients])
- PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 gl cairo >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 xkbcommon])
+ PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 gl cairo >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 xkbcommon])
PKG_CHECK_MODULES(POPPLER, [poppler-glib],
[have_poppler=yes], [have_poppler=no])