[gnome-control-center/randr-set-as-default] Separate glib check in configure.ac
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/randr-set-as-default] Separate glib check in configure.ac
- Date: Thu, 11 Mar 2010 20:19:52 +0000 (UTC)
commit 673cd05b3f146de280bc8e2cf0889ca32bfe60d0
Author: Federico Mena Quintero <federico novell com>
Date: Thu Mar 11 13:11:05 2010 -0600
Separate glib check in configure.ac
The PolicyKit helper for the display capplet only needs glib,
no other extra libraries. So, make it link only with that.
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e199a26..c998e7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,8 @@ gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
AC_SUBST(GTK_ENGINE_DIR)
+PKG_CHECK_MODULES(GLIB, glib-2.0)
+
dnl
dnl Check dependencies of libslab
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]