[banshee/gtk3] build: Remove obsolete check for gdk-x11 >= 2.22
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gtk3] build: Remove obsolete check for gdk-x11 >= 2.22
- Date: Sun, 4 Dec 2011 16:28:55 +0000 (UTC)
commit b8f39bdba16259fc650ba203d3ded5a7f154970f
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Dec 4 16:07:39 2011 +0100
build: Remove obsolete check for gdk-x11 >= 2.22
configure.ac | 4 ----
.../Banshee.NotificationArea/Makefile.am | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3f96c2a..ef14d28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,10 +92,6 @@ fi
AC_SUBST(MEEGO_PANELS_DIR)
-dnl Check for gdk-x11 >= 2.22 for NotificationArea extension, bgo#638477
-PKG_CHECK_MODULES(GDK_2_22, gdk-x11-2.0 >= 2.22, have_gdk_2_22=yes, have_gdk_2_22=no)
-AM_CONDITIONAL(HAVE_GDK_2_22, test "x$have_gdk_2_22" = "xyes")
-
dnl DBus Sharp libraries
BANSHEE_CHECK_DBUS_SHARP
diff --git a/src/Extensions/Banshee.NotificationArea/Makefile.am b/src/Extensions/Banshee.NotificationArea/Makefile.am
index 27b2580..cff97bf 100644
--- a/src/Extensions/Banshee.NotificationArea/Makefile.am
+++ b/src/Extensions/Banshee.NotificationArea/Makefile.am
@@ -5,10 +5,6 @@ GMCS_FLAGS+="-define:INTERNAL_NOTIFY_SHARP"
NOTIFY_SHARP_LIBS =
endif
-if HAVE_GDK_2_22
-GMCS_FLAGS+= "-define:HAVE_GDK_2_22"
-endif
-
ASSEMBLY = Banshee.NotificationArea
TARGET = library
LINK = $(REF_EXTENSION_NOTIFICATIONAREA) $(NOTIFY_SHARP_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]