aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpdf/gpdf_2.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpdf/gpdf_2.10.0.bb')
-rw-r--r--recipes/gpdf/gpdf_2.10.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gpdf/gpdf_2.10.0.bb b/recipes/gpdf/gpdf_2.10.0.bb
new file mode 100644
index 0000000000..30c42dcb0c
--- /dev/null
+++ b/recipes/gpdf/gpdf_2.10.0.bb
@@ -0,0 +1,16 @@
+LICENSE = "GPL"
+SECTION = "x11/utils"
+PR = "r0"
+
+inherit gnome
+
+SRC_URI_append = " file://gpdf-2.10.0-gcc4-2.patch;patch=1"
+
+DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
+ libgnomeprint libgnomeprintui gnome-common"
+
+EXTRA_OECONF = "--disable-schemas-install"
+
+do_configure_prepend () {
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}/help
+}