summaryrefslogtreecommitdiff
path: root/gpdf/gpdf_2.7.90.oe
blob: 039f7d318181f5fbca8ccd560f8221ce4894389d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r1"

inherit gnome

DEPENDS = "gconf gettext"

EXTRA_OECONF = "--disable-schemas-install"

SRC_URI += "file://compiler-flags.m4 \
	file://aclocal-lossage.patch;patch=1"

do_configure_prepend() {
	install -d ${S}/m4
	install -m 0644 ${WORKDIR}/compiler-flags.m4 ${S}/m4/
}