aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-18 11:02:33 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-18 11:02:33 +0200
commite402205cb53d2180b32a2071951e561e7134ae01 (patch)
tree4f04d8fa290584c4110398e61b454cc7ce17c9ae /meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
parentc1e4031179842027809b9abae97d4182a0c00e73 (diff)
downloadmeta-openembedded-contrib-e402205cb53d2180b32a2071951e561e7134ae01.tar.gz
libgpe-widget: import from OE .dev a263524ca222f1968507489313211b4fa674e963
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch')
-rw-r--r--meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
new file mode 100644
index 0000000000..317e01a9b4
--- /dev/null
+++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2006-02-04 17:37:55.000000000 +0100
++++ configure.ac 2006-02-06 00:56:28.000000000 +0100
+@@ -36,7 +36,7 @@
+ ENABLE_CAIRO=$enableval
+ ],
+ [
+- PKG_CHECK_EXISTS(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
++ PKG_CHECK_MODULES(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
+ ])
+
+ ENABLE_HILDON=false