diff options
Diffstat (limited to 'recipes/gpdf/gpdf_2.8.2.bb')
-rw-r--r-- | recipes/gpdf/gpdf_2.8.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gpdf/gpdf_2.8.2.bb b/recipes/gpdf/gpdf_2.8.2.bb new file mode 100644 index 0000000000..3943ff93e1 --- /dev/null +++ b/recipes/gpdf/gpdf_2.8.2.bb @@ -0,0 +1,16 @@ +LICENSE = "GPL" +SECTION = "x11/utils" +PR = "r0" + +inherit gnome + +DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \ + libgnomeprint libgnomeprintui gnome-common" + +EXTRA_OECONF = "--disable-schemas-install" + +SRC_URI += "file://aclocal-lossage.patch;patch=1" + +do_configure_prepend () { + cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}/help +} |