summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-30 22:37:31 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-30 22:37:31 +0000
commitf8e0a86ea4db64c99e350a81ba6a5f445c28d9ca (patch)
tree2aa674f551f81a73537d0962b099125d44ca3f84 /x11-wm/metacity/files
parentopenh323-1.12.2-r2 stable on x86, fixed #43981, includes fix for amd64 (diff)
downloadhistorical-f8e0a86ea4db64c99e350a81ba6a5f445c28d9ca.tar.gz
historical-f8e0a86ea4db64c99e350a81ba6a5f445c28d9ca.tar.bz2
historical-f8e0a86ea4db64c99e350a81ba6a5f445c28d9ca.zip
add fix for xinerama config b0rkage
Diffstat (limited to 'x11-wm/metacity/files')
-rw-r--r--x11-wm/metacity/files/metacity-2.8.0-xinerama_config_test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/metacity/files/metacity-2.8.0-xinerama_config_test.patch b/x11-wm/metacity/files/metacity-2.8.0-xinerama_config_test.patch
new file mode 100644
index 000000000000..cadaf522fc0d
--- /dev/null
+++ b/x11-wm/metacity/files/metacity-2.8.0-xinerama_config_test.patch
@@ -0,0 +1,11 @@
+--- metacity-2.8.0/configure.in 2004-03-21 17:16:12.000000000 +0100
++++ metacity-2.8.0.patched/configure.in 2004-03-31 00:21:54.438187584 +0200
+@@ -214,7 +214,7 @@
+ CPPFLAGS="$CPPFLAGS $X_CFLAGS"
+
+ AC_ARG_ENABLE(xinerama,[ --disable-xinerama disable metacity's use of the Xinerama extension],
+- try_xinerama=no,try_xinerama=yes)
++ try_xinerama=$enable_xinerama,try_xinerama=yes)
+
+ use_solaris_xinerama=no
+ use_xfree_xinerama=no