aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abiword/abiword-embedded_2.4.6.bb
blob: 9381bbd8a79d7adcf71f4ec59598f6f9f840cf4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require abiword.inc

EXTRA_OECONF += "--enable-embedded"

RCONFLICTS = "abiword"
RPROVIDES += "abiword"

do_compile_prepend() {
	cp ${S}/src/af/xap/unix/hildon/xap_EmbeddedFeatures.h ${S}/src/af/xap/unix/
	cp ${S}/src/wp/ap/unix/hildon/ap_EmbeddedFeatures.h ${S}/src/wp/ap/unix/
}