aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/
-}
-