summaryrefslogtreecommitdiffstats
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 000000000..317e01a9b
--- /dev/null
+++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget/pkgconfig.patch
@@ -0,0 +1,11 @@
1--- configure.ac.orig 2006-02-04 17:37:55.000000000 +0100
2+++ configure.ac 2006-02-06 00:56:28.000000000 +0100
3@@ -36,7 +36,7 @@
4 ENABLE_CAIRO=$enableval
5 ],
6 [
7- PKG_CHECK_EXISTS(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
8+ PKG_CHECK_MODULES(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
9 ])
10
11 ENABLE_HILDON=false