]> git.pld-linux.org Git - packages/gegl-qt.git/blame - gegl-qt-gegl-0.3.patch
- updated URLs
[packages/gegl-qt.git] / gegl-qt-gegl-0.3.patch
CommitLineData
1f2e5e6f
JB
1From 0e48db1e2baac9dde31b1a0b9add2ccd28df012b Mon Sep 17 00:00:00 2001
2From: Jon Nordby <jononor@gmail.com>
3Date: Fri, 28 Jun 2013 03:04:24 +0200
4Subject: [PATCH] Build: allow to build against gegl-0.3 (git master) also
5
6---
7 config.pri | 7 +++++++
8 1 file changed, 7 insertions(+)
9
10diff --git a/config.pri b/config.pri
11index b279869..7fd4ecd 100644
12--- a/config.pri
13+++ b/config.pri
14@@ -23,6 +23,13 @@ MOC_DIR = .moc
15 HAVE_GEGL = no
16 GEGL_PKG = ""
17
18+contains(HAVE_GEGL, no) {
19+ system(pkg-config --exists gegl-0.3) {
20+ HAVE_GEGL = 0.3
21+ GEGL_PKG = gegl-0.3
22+ }
23+}
24+
25 contains(HAVE_GEGL, no) {
26 system(pkg-config --exists gegl-0.2) {
27 HAVE_GEGL = 0.2
28--
29GitLab
30
This page took 0.095999 seconds and 4 git commands to generate.