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