summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-02 10:35:36 +0000
committerRichard Hughes <richard@hughsie.com>2014-12-02 10:35:36 +0000
commiteefca24ea83240cdf01bf2b600d801efe9c0002e (patch)
treef86020c9b321114b8fd48bcdb2b7085ba9170421
parent0347de5481112ebdde499825b8afd07e6dbb0ed8 (diff)
downloadcolord-gtk-eefca24ea83240cdf01bf2b600d801efe9c0002e.tar.gz
Do not link against the unused gio-unix-2.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d8f749c..ebc9e7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ GLIB_GSETTINGS
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0 gobject-2.0 gthread-2.0 gio-2.0 >= 2.25.9 gio-unix-2.0 gmodule-2.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0 gobject-2.0 gthread-2.0 gio-2.0 >= 2.25.9)
PKG_CHECK_MODULES(GTK3, gtk+-3.0)
PKG_CHECK_MODULES(COLORD, colord >= 0.1.27)
PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2)