[totem] Drop gnome-icon-theme dependency
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Drop gnome-icon-theme dependency
- Date: Mon, 28 Apr 2014 11:49:02 +0000 (UTC)
commit 460ebbc32a4159b886ed416a5708537bfa0d307c
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 26 11:18:59 2014 -0400
Drop gnome-icon-theme dependency
gnome-icon-theme got renamed to adwaita-icon-theme. And the
dependency is not really needed; depending on GTK+ should be
enough to guarantee the presence of a spec-compliant icon
theme.
https://bugzilla.gnome.org/show_bug.cgi?id=729021
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2e9331d..2b751f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ GLIB_REQS=2.35.0
GIO_REQS=2.27.92
GTK_REQS=3.11.5
TOTEM_PLPARSER_REQS=3.10.1
-GNOMEICON_REQS=2.15.90
VALA_REQS=0.14.1
PEAS_REQS=1.1.0
PYTHON_REQS=2.3
@@ -131,7 +130,7 @@ fi
# Backend requirements
# ================================================================
-BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS gstreamer-plugins-base-1.0 >=
$GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0
gstreamer-video-1.0 clutter-1.0 >= $CLUTTER_REQS clutter-gst-2.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 cairo
gnome-icon-theme >= $GNOMEICON_REQS gsettings-desktop-schemas"
+BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS gstreamer-plugins-base-1.0 >=
$GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0
gstreamer-video-1.0 clutter-1.0 >= $CLUTTER_REQS clutter-gst-2.0 >= $CLUTTER_GST_REQS clutter-gtk-1.0 cairo
gsettings-desktop-schemas"
PKG_CHECK_MODULES(BACKEND, $BACKEND_MODULES)
PKG_CHECK_MODULES(BACKEND_TEST, $BACKEND_MODULES gtk+-3.0 >= $GTK_REQS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]