diff options
Diffstat (limited to 'recipes/gpdf/gpdf_2.7.90.bb')
-rw-r--r-- | recipes/gpdf/gpdf_2.7.90.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpdf/gpdf_2.7.90.bb b/recipes/gpdf/gpdf_2.7.90.bb new file mode 100644 index 0000000000..975523530a --- /dev/null +++ b/recipes/gpdf/gpdf_2.7.90.bb @@ -0,0 +1,13 @@ +LICENSE = "GPL" +SECTION = "x11/utils" +PR = "r2" + +inherit gnome gettext + +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 \ + file://desktop.patch;patch=1" |