diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-04 13:18:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-04 13:18:52 +0000 |
commit | 3c8ad74f44a7189b2efcd437f75d1012bc5053e5 (patch) | |
tree | 1406277d31d322949ddbb9b4696dd30ba54ac2d4 /gpdf | |
parent | a5d2edb061a6b2a844892d58133093da3213c46d (diff) |
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.oe | 16 |
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/ +} + |