From 6eb5ae31d544f8e7925fb391c9122cb701e3888e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 17 Feb 2006 01:25:02 +0000 Subject: - Update to cvs snapshot to add the ability to runtime enable compositor - change %%makeinstall to make install DESTDIR=.. --- metacity-2.13.89.0.2006.02.16-static-cm.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 metacity-2.13.89.0.2006.02.16-static-cm.patch (limited to 'metacity-2.13.89.0.2006.02.16-static-cm.patch') diff --git a/metacity-2.13.89.0.2006.02.16-static-cm.patch b/metacity-2.13.89.0.2006.02.16-static-cm.patch new file mode 100644 index 0000000..c687d30 --- /dev/null +++ b/metacity-2.13.89.0.2006.02.16-static-cm.patch @@ -0,0 +1,11 @@ +--- metacity-2.13.89.0.2006.02.16/configure.in.static-cm 2006-02-07 02:11:17.000000000 -0500 ++++ metacity-2.13.89.0.2006.02.16/configure.in 2006-02-07 02:11:52.000000000 -0500 +@@ -222,7 +222,7 @@ + + if test x$have_xcomposite = xyes; then + echo "Building with CompositeExt" +- METACITY_PC_MODULES="$METACITY_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage cm" ++ METACITY_PC_MODULES="$METACITY_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage" + AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, , [Building with compositing manager support]) + + ## force on render also -- cgit