]> git.pld-linux.org Git - packages/backstep.git/commitdiff
- ommits version check
authorczarny <czarny@pld-linux.org>
Sat, 24 Feb 2007 10:31:44 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backstep-xcomposite.patch -> 1.1

backstep-xcomposite.patch [new file with mode: 0644]

diff --git a/backstep-xcomposite.patch b/backstep-xcomposite.patch
new file mode 100644 (file)
index 0000000..6bcddb2
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN backstep-0.3/configure.in backstep-0.3.new/configure.in
+--- backstep-0.3/configure.in  2005-09-26 01:25:23.000000000 +0200
++++ backstep-0.3.new/configure.in      2007-02-24 10:41:09.257433000 +0100
+@@ -41,7 +41,7 @@
+ AM_GLIB_GNU_GETTEXT
+ if $PKG_CONFIG --exists xcomposite xfixes xdamage xrender 2> /dev/null; then
+-    PKG_CHECK_MODULES(RENDER, xcomposite >= 1.0 xfixes xdamage xrender)
++    PKG_CHECK_MODULES(RENDER, xcomposite xfixes xdamage xrender)
+     AC_DEFINE([HAVE_RENDER], [1], [Define to enable Xrender suppport])
+ fi
This page took 0.100124 seconds and 4 git commands to generate.