Pushing G:A changes related to GNOME 3 (either needed by GNOME 3, or needed to build with GNOME 3) OBS-URL: https://build.opensuse.org/request/show/69149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=25
22 lines
929 B
Diff
22 lines
929 B
Diff
From f322e4764733014f5f6d9f2a6243183767a03c97 Mon Sep 17 00:00:00 2001
|
|
From: Carlos Garnacho <carlosg@gnome.org>
|
|
Date: Thu, 14 Apr 2011 12:53:04 +0000
|
|
Subject: nautilus: Update extension to compile with GTK+3
|
|
|
|
---
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 10a493f..8ee9739 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -459,7 +459,7 @@ PKG_CHECK_MODULES(TRACKER_SEARCH_BAR, [$TRACKER_SEARCH_BAR_REQUIRED],
|
|
TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
|
|
gio-unix-2.0 >= $GLIB_REQUIRED
|
|
gthread-2.0 >= $GLIB_REQUIRED
|
|
- gtk+-2.0 >= $GTK_REQUIRED
|
|
+ gtk+-3.0 >= $GTK_REQUIRED
|
|
libnautilus-extension"
|
|
|
|
PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
|
|
--
|
|
cgit v0.9
|