aboutsummaryrefslogtreecommitdiffstats
path: root/gpdf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-22 19:15:30 +0000
committerPhil Blundell <philb@gnu.org>2004-08-22 19:15:30 +0000
commite981c13fcde9a26419e66d691ad00a5028a99904 (patch)
treed52bdef32e86ff89db8835e4836e94632c0e3e87 /gpdf
parent415f8aefc8e336077583d96a08bd0b59fdb57bd9 (diff)
downloadopenembedded-e981c13fcde9a26419e66d691ad00a5028a99904.tar.gz
remove another extraneous copy of compiler-flags.m4
BKrev: 4128f0d2znY44FO-dcAOSs57PsqPaw
Diffstat (limited to 'gpdf')
-rw-r--r--gpdf/files/compiler-flags.m40
-rw-r--r--gpdf/gpdf_2.7.90.oe10
2 files changed, 2 insertions, 8 deletions
diff --git a/gpdf/files/compiler-flags.m4 b/gpdf/files/compiler-flags.m4
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gpdf/files/compiler-flags.m4
+++ /dev/null
diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe
index 791fccd187..b918ece4d9 100644
--- a/gpdf/gpdf_2.7.90.oe
+++ b/gpdf/gpdf_2.7.90.oe
@@ -3,16 +3,10 @@ PR = "r2"
inherit gnome
DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
- libgnomeprint libgnomeprintui"
+ libgnomeprint libgnomeprintui gnome-common"
EXTRA_OECONF = "--disable-schemas-install"
-SRC_URI += "file://compiler-flags.m4 \
- file://aclocal-lossage.patch;patch=1 \
+SRC_URI += "file://aclocal-lossage.patch;patch=1 \
file://desktop.patch;patch=1"
-do_configure_prepend() {
- install -d ${S}/m4
- install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
-}
-