summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-10-22 17:17:58 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-10-30 16:29:13 +0200
commitf9aa5d9442ae918bb1e583d1543b8da0b51fb959 (patch)
treed7aed19c2c432706b5f69c6e8f2f694baf5f69fc /configure.in
parent0e755165bc561b2c61628519c090cd826f7609c6 (diff)
downloadnautilus-f9aa5d9442ae918bb1e583d1543b8da0b51fb959.tar.gz
application: go back to libunique for now
While GApplication API settles. Also, porting to the new GApplication would require quite some refactoring.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f390ba9dd..a58a1b98d 100644
--- a/configure.in
+++ b/configure.in
@@ -68,6 +68,7 @@ PKG_CHECK_MODULES(ALL, [
libxml-2.0 >= xml_minver
gail-3.0 >= gtk_minver
gsettings-desktop-schemas
+ unique-3.0
])
dnl ==========================================================================
@@ -337,7 +338,7 @@ LIBNAUTILUS_EXTENSION_LIBS="`$PKG_CONFIG --libs $LIBNAUTILUS_EXTENSION_MODULES`"
AC_SUBST(LIBNAUTILUS_EXTENSION_LIBS)
dnl core nautilus
-CORE_MODULES="glib-2.0 gnome-desktop-3.0 gtk+-3.0 gthread-2.0 gio-2.0 gio-unix-2.0 gail-3.0 gconf-2.0 libxml-2.0 gsettings-desktop-schemas $EXTRA_CORE_MODULES"
+CORE_MODULES="glib-2.0 gnome-desktop-3.0 gtk+-3.0 gthread-2.0 gio-2.0 gio-unix-2.0 gail-3.0 gconf-2.0 libxml-2.0 gsettings-desktop-schemas unique-3.0 $EXTRA_CORE_MODULES"
CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE_MODULES` $x_cflags"
AC_SUBST(CORE_CFLAGS)
CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs"