summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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