[gnome-session] [compat] Drop compatibility tool that set GTK+ 1.x environment variable



commit cc5252dd1eecdfca2bc75bebd7868bc251e9378b
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Jul 2 12:06:58 2010 +0200

    [compat] Drop compatibility tool that set GTK+ 1.x environment variable
    
    We're moving to GTK+ 3, so we don't want to support GTK+ 1.x anymore.

 compat/Makefile.am                                 |   45 -------------
 compat/README                                      |   17 -----
 compat/gnome-settings-daemon-helper.c              |   68 --------------------
 .../gnome-settings-daemon-helper.desktop.in.in.in  |   11 ---
 configure.in                                       |    6 --
 po/POTFILES.in                                     |    2 -
 po/POTFILES.skip                                   |    4 -
 7 files changed, 0 insertions(+), 153 deletions(-)
---
diff --git a/configure.in b/configure.in
index 02e0440..45ba78d 100644
--- a/configure.in
+++ b/configure.in
@@ -67,10 +67,6 @@ PKG_CHECK_MODULES(SPLASH,
         libstartup-notification-1.0
         gconf-2.0)
 
-PKG_CHECK_MODULES(COMPAT,
-        gtk+-3.0 >= $GTK_REQUIRED
-        dbus-glib-1 >= $DBUS_GLIB_REQUIRED)
-
 PKG_CHECK_MODULES(SM, sm)
 PKG_CHECK_MODULES(ICE, ice)
 PKG_CHECK_MODULES(XEXT, xext xau)
@@ -340,8 +336,6 @@ AC_SUBST(REBUILD)
 AC_OUTPUT([
 Makefile
 capplet/Makefile
-compat/Makefile
-compat/gnome-settings-daemon-helper.desktop.in.in
 doc/Makefile
 doc/dbus/Makefile
 doc/dbus/gnome-session.xml
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5992a1c..4ad0212 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,8 +4,6 @@ capplet/gsm-app-dialog.c
 capplet/gsm-properties-dialog.c
 capplet/gsp-app.c
 capplet/main.c
-compat/gnome-settings-daemon-helper.c
-compat/gnome-settings-daemon-helper.desktop.in.in.in
 data/gnome.desktop.in
 data/gnome-session.schemas.in.in
 data/gnome-wm.desktop.in.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 896a375..f63361f 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,10 +1,6 @@
 # List of source files containing translatable strings that should not be
 # translated.
 # Please keep this file sorted alphabetically.
-compat/at-spi-registryd-wrapper.desktop.in
-compat/at-spi-registryd-wrapper.desktop.in.in
-compat/gnome-settings-daemon-helper.desktop.in
-compat/gnome-settings-daemon-helper.desktop.in.in
 data/gnome-session.schemas.in
 data/gnome-wm.desktop.in
 data/session-properties.desktop.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]