[gnome-shell-extensions/gnome-2-32] There is no XRandRIndicator in GNOME 2.32
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/gnome-2-32] There is no XRandRIndicator in GNOME 2.32
- Date: Wed, 12 Jan 2011 20:30:59 +0000 (UTC)
commit 3b9aeabafcf6437bffd695166c4cf6f6723ac8f0
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Wed Jan 12 21:30:09 2011 +0100
There is no XRandRIndicator in GNOME 2.32
It depends on yet unmerged features, so it cannot be in older
versions. I just forgot to remove it from configure.ac/Makefile.am
configure.ac | 7 +------
extensions/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a012ef..73f040a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ PKG_PROG_PKG_CONFIG([0.22])
ADDITIONAL_PACKAGES=
dnl keep this in sync with extensions/Makefile.am
-ALL_EXTENSIONS="example alternate-tab xrandr-indicator"
+ALL_EXTENSIONS="example alternate-tab"
AC_ARG_ENABLE([extensions],
[AS_HELP_STRING([--enable-extensions],[Space separated list of extensions to enable. Default is that all extensions are built.])],
[],
@@ -28,10 +28,6 @@ AC_ARG_ENABLE([extensions],
ENABLED_EXTENSIONS=
for e in $enable_extensions; do
case $e in
- xrandr-indicator)
- ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
- ADDITIONAL_PACKAGES="gnome-desktop-3.0 >= 2.91.6"
- ;;
alternate-tab|example)
ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
;;
@@ -54,7 +50,6 @@ AC_CONFIG_FILES([
extensions/Makefile
extensions/example/Makefile
extensions/alternate-tab/Makefile
- extensions/xrandr-indicator/Makefile
po/Makefile.in
])
AC_OUTPUT
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index b42f5d7..d3bbec4 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -1,3 +1,3 @@
-DIST_SUBDIRS = example alternate-tab xrandr-indicator
+DIST_SUBDIRS = example alternate-tab
SUBDIRS = $(ENABLED_EXTENSIONS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]