[Xfce4-commits] <xfce4-panel:devel> Remove startup notification from the dependencies.

Nick Schermer nick at xfce.org
Tue Aug 11 20:28:42 CEST 2009


Updating branch refs/heads/devel
         to ee0098f10c35a971089abb17a0830486bb5f77f9 (commit)
       from 34c47b61549bc79b1600eedc4fa0a72a27a2a04d (commit)

commit ee0098f10c35a971089abb17a0830486bb5f77f9
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Mar 6 20:01:23 2009 +0100

    Remove startup notification from the dependencies.

 configure.in.in              |    8 --------
 plugins/launcher/Makefile.am |    4 +---
 2 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 66874b7..8048b4b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -109,14 +109,6 @@ XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.34])
 XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.0.0])
 XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.12])
 
-dnl ***********************************
-dnl *** Check for optional packages ***
-dnl ***********************************
-XDT_CHECK_OPTIONAL_PACKAGE([LIBSTARTUP_NOTIFICATION],
-                           [libstartup-notification-1.0],
-                           [0.5], [startup-notification],
-                           [startup notification library], [yes])
-
 dnl *************************
 dnl *** Check for gtk-doc ***
 dnl *************************
diff --git a/plugins/launcher/Makefile.am b/plugins/launcher/Makefile.am
index b51eb91..7785d9b 100644
--- a/plugins/launcher/Makefile.am
+++ b/plugins/launcher/Makefile.am
@@ -33,7 +33,6 @@ liblauncher_la_CFLAGS = \
 	$(LIBXFCE4MENU_CFLAGS) \
 	$(EXO_CFLAGS) \
 	$(XFCONF_CFLAGS) \
-	$(LIBSTARTUP_NOTIFICATION_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
 liblauncher_la_LDFLAGS = \
@@ -49,8 +48,7 @@ liblauncher_la_LIBADD = \
 	$(LIBXFCE4UI_LIBS) \
 	$(LIBXFCE4MENU_LIBS) \
 	$(EXO_LIBS) \
-	$(XFCONF_LIBS) \
-	$(LIBSTARTUP_NOTIFICATION_LIBS)
+	$(XFCONF_LIBS)
 
 liblauncher_la_DEPENDENCIES = \
 	$(top_builddir)/libxfce4panel/libxfce4panel.la



More information about the Xfce4-commits mailing list