blob: 791fccd1874ecd9ee8210467a1a610629bce195a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PR = "r2"
inherit gnome
DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
libgnomeprint libgnomeprintui"
EXTRA_OECONF = "--disable-schemas-install"
SRC_URI += "file://compiler-flags.m4 \
file://aclocal-lossage.patch;patch=1 \
file://desktop.patch;patch=1"
do_configure_prepend() {
install -d ${S}/m4
install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
}
|