configure: Drop dependency on GdNotification

Since the port to GtkRevealer in bgo#775183 and bgo#775178,
GdNotification is no longer needed in control-center.

https://bugzilla.gnome.org/show_bug.cgi?id=775183
This commit is contained in:
Felipe Borges 2016-11-29 15:39:56 +01:00
parent 120956fad3
commit f3282272b8

View file

@ -114,7 +114,7 @@ COMMON_MODULES="gtk+-3.0 >= $GTK_REQUIRED_VERSION
gio-unix-2.0
gsettings-desktop-schemas >= $SCHEMAS_REQUIRED_VERSION"
LIBGD_INIT([_view-common notification static])
LIBGD_INIT([_view-common static])
PKG_CHECK_MODULES(LIBLANGUAGE, $COMMON_MODULES gnome-desktop-3.0 fontconfig)
PKG_CHECK_MODULES(LIBSHORTCUTS, $COMMON_MODULES x11)