[gnome-applets] configure: require adwaita-icon-theme
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] configure: require adwaita-icon-theme
- Date: Mon, 24 Nov 2014 05:50:14 +0000 (UTC)
commit a221b0adb6cbee243dbc883534399b5ff6351c27
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Mon Nov 24 07:49:21 2014 +0200
configure: require adwaita-icon-theme
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f4e456..0a9abcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ LIBNOTIFY_REQUIRED=0.7
UPOWER_REQUIRED=0.9.4
DBUS_REQUIRED=1.1.2
DBUS_GLIB_REQUIRED=0.74
-GNOME_ICON_THEME_REQUIRED=2.15.91
+ADWAITA_ICON_THEME_REQUIRED=3.14.0
LIBXML_REQUIRED=2.5.0
GWEATHER_REQUIRED=3.7.3
GUCHARMAP3_REQUIRED=2.33.0
@@ -96,8 +96,8 @@ dnl ***************************************************************************
dnl *** Use pkg-config to check for dependancies ***
dnl ***************************************************************************
-dnl -- Check for gnome-icon-theme (required) ----------------------------------
-PKG_CHECK_MODULES(GIT, gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED)
+dnl -- Check for adwaita-icon-theme (required) ----------------------------------
+PKG_CHECK_MODULES(ICON_THEME, adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED)
dnl -- check for gio (required) ------------------------------------------
PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]