[gedit] Use the correct GTK+ and GtkSourceView
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use the correct GTK+ and GtkSourceView
- Date: Sat, 12 Jun 2010 20:58:18 +0000 (UTC)
commit 0c9097c81436096cd71c6b8a9c7e6e1f16bc8267
Author: Garrett Regier <alias301 gmail com>
Date: Sat Jun 12 13:54:12 2010 -0700
Use the correct GTK+ and GtkSourceView
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 998c1e8..2e6135a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ AC_MSG_RESULT([$platform_osx])
AM_CONDITIONAL(PLATFORM_OSX, test "$platform_osx" = "yes")
dnl check for native osx
-gdk_windowing=`$PKG_CONFIG --variable=target gdk-2.0`
+gdk_windowing=`$PKG_CONFIG --variable=target gdk-3.0`
AC_MSG_CHECKING([for native Mac OS X])
if test "$gdk_windowing" = "quartz"; then
@@ -271,8 +271,8 @@ PKG_CHECK_MODULES(GEDIT, [
glib-2.0 >= 2.25.6
gthread-2.0 >= 2.13.0
gio-2.0 >= 2.25.9
- gtk+-2.0 >= 2.20.0
- gtksourceview-2.0 >= 2.9.7
+ gtk+-3.0 >= 2.90.0
+ gtksourceview-3.0 >= 2.9.7
gconf-2.0 >= 2.31.1
libpeas-1.0 >= 0.5.0
libpeasui-1.0 >= 0.5.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]