From 14a3d9f7fbc10ca949e25c090c2c86ab4242b3f6 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 24 May 2013 11:07:10 +0200 Subject: [PATCH] Depend on gcr-base instead of gcr pkg-config file gnome-shell does not use the UI bits of the Gcr library https://bugzilla.gnome.org/show_bug.cgi?id=700944 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd89412c0..de57b12d1 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MIN_VERSION polkit-agent-1 >= $POLKIT_MIN_VERSION xfixes libnm-glib libnm-util >= $NETWORKMANAGER_MIN_VERSION libnm-gtk >= $NETWORKMANAGER_MIN_VERSION - libsecret-unstable gcr-3 >= $GCR_MIN_VERSION) + libsecret-unstable gcr-base-3 >= $GCR_MIN_VERSION) PKG_CHECK_MODULES(GNOME_SHELL_JS, gio-2.0 gjs-internals-1.0 >= $GJS_MIN_VERSION) PKG_CHECK_MODULES(ST, clutter-1.0 gtk+-3.0 libcroco-0.6 >= 0.6.8 x11)