aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
diff options
context:
space:
mode:
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