blob: 8f31af9272d5e9fc4a24c27a6f659f241b8757bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|