aboutsummaryrefslogtreecommitdiffstats
path: root/gpdf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-04 13:18:52 +0000
committerPhil Blundell <philb@gnu.org>2004-08-04 13:18:52 +0000
commit3c8ad74f44a7189b2efcd437f75d1012bc5053e5 (patch)
tree1406277d31d322949ddbb9b4696dd30ba54ac2d4 /gpdf
parenta5d2edb061a6b2a844892d58133093da3213c46d (diff)
downloadopenembedded-3c8ad74f44a7189b2efcd437f75d1012bc5053e5.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/08/04 14:17:45+01:00 (none)!pb add --disable-schemas-install to EXTRA_OECONF BKrev: 4110e23c8FIYbZaS18UXlQAAA5T0Uw
Diffstat (limited to 'gpdf')
-rw-r--r--gpdf/gpdf_2.7.90.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe
index e69de29bb2..039f7d3181 100644
--- a/gpdf/gpdf_2.7.90.oe
+++ b/gpdf/gpdf_2.7.90.oe
@@ -0,0 +1,16 @@
+PR = "r1"
+
+inherit gnome
+
+DEPENDS = "gconf gettext"
+
+EXTRA_OECONF = "--disable-schemas-install"
+
+SRC_URI += "file://compiler-flags.m4 \
+ file://aclocal-lossage.patch;patch=1"
+
+do_configure_prepend() {
+ install -d ${S}/m4
+ install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
+}
+