]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- fixes name of lua pkgconfig file
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 1 Mar 2008 16:29:34 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gegl-lua.patch -> 1.1

gegl-lua.patch [new file with mode: 0644]

diff --git a/gegl-lua.patch b/gegl-lua.patch
new file mode 100644 (file)
index 0000000..6d7e201
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN gegl-0.0.16/configure.ac gegl-0.0.16.new/configure.ac
+--- gegl-0.0.16/configure.ac   2008-02-27 16:45:53.000000000 +0100
++++ gegl-0.0.16.new/configure.ac       2008-02-29 20:40:04.000000000 +0100
+@@ -421,7 +421,7 @@
+ PKG_CHECK_MODULES(LUA, lua >= $LUA_REQUIRED_VERSION,
+   have_lua="yes",
+-  [PKG_CHECK_MODULES(LUA, lua5.1 >= $LUA_REQUIRED_VERSION,
++  [PKG_CHECK_MODULES(LUA, lua51 >= $LUA_REQUIRED_VERSION,
+      have_lua="yes",
+      have_lua="no  (usable lua not found)")])
+ AM_CONDITIONAL(HAVE_LUA, test "x$have_lua" = "xyes")
This page took 0.095746 seconds and 4 git commands to generate.