Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (644a11af626de488fe9db6bdc194716760db8940)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (644a11af626de488fe9db6bdc194716760db8940)
  • Date: Wed, 9 Nov 2011 16:59:33 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/mutter/DEPENDS | 13 ++++---------
gnome2-libs/mutter/HISTORY | 3 +++
2 files changed, 7 insertions(+), 9 deletions(-)

New commits:
commit 644a11af626de488fe9db6bdc194716760db8940
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mutter: Merged two optional dependencies on libxext

Having two optional dependencies on the same spell will cause confusion
if one is enabled and the other disabled.

diff --git a/gnome2-libs/mutter/DEPENDS b/gnome2-libs/mutter/DEPENDS
index fbeb8b8..193e357 100755
--- a/gnome2-libs/mutter/DEPENDS
+++ b/gnome2-libs/mutter/DEPENDS
@@ -14,15 +14,10 @@ optional_depends -sub GTK libcanberra
\
"--without-libcanberra" \
"to use libcanberra for playing sounds" &&

-optional_depends libxext \
- "--enable-xsync" \
- "--disable-xsync" \
- "Enable use of the XSync extension?" &&
-
-optional_depends libxext \
- "--enable-shape" \
- "--disable-shape" \
- "Enable use of the shaped window extension?" &&
+optional_depends libxext \
+ "--enable-xsync --enable-shape" \
+ "--disable-xsync --disable-shape" \
+ "Enable use of the XSync and shaped window extensions?" &&

optional_depends libxinerama \
"--enable-xinerama" \
diff --git a/gnome2-libs/mutter/HISTORY b/gnome2-libs/mutter/HISTORY
index 61053a9..23e855f 100644
--- a/gnome2-libs/mutter/HISTORY
+++ b/gnome2-libs/mutter/HISTORY
@@ -1,3 +1,6 @@
+2011-11-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Merged two optional dependencies on libxext
+
2011-10-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (644a11af626de488fe9db6bdc194716760db8940), Eric Sandall, 11/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page