[gnome-control-center] notifications: Drop the dep on libgnome-menu



commit 16364333e20519b9a9a089e3429a23508e6cbd04
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon May 5 22:04:26 2014 +0200

    notifications: Drop the dep on libgnome-menu
    
    This removes a leftover configure check on libgnome-menu-3.0. The gmenu
    APIs were only ever used in the WIP notification panel patches in
    https://bugzilla.gnome.org/show_bug.cgi?id=685928 , but the final code
    that landed used equivalent gio API instead.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b43dc29..e159932 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,7 +138,7 @@ PKG_CHECK_MODULES(MEDIA_PANEL, $COMMON_MODULES)
 PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
                   gnome-settings-daemon >= $GSD_REQUIRED_VERSION x11)
 PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES gmodule-2.0)
-PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES libgnome-menu-3.0)
+PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES)
 PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
 PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.99.0
                   gnome-settings-daemon >= $GSD_REQUIRED_VERSION)


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