diff options
Diffstat (limited to 'gpdf/gpdf_2.8.0.oe')
-rw-r--r-- | gpdf/gpdf_2.8.0.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gpdf/gpdf_2.8.0.oe b/gpdf/gpdf_2.8.0.oe index e69de29bb2..8f31af9272 100644 --- a/gpdf/gpdf_2.8.0.oe +++ b/gpdf/gpdf_2.8.0.oe @@ -0,0 +1,13 @@ +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 \ + file://desktop.patch;patch=1" |