diff options
author | Matthias Hentges <oe@hentges.net> | 2006-11-07 23:00:53 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2006-11-07 23:00:53 +0000 |
commit | 69a0ace742daf5e56cc089852f19201cbf88349e (patch) | |
tree | 4e95f917cc2ad6c1ef7dfe1c87892a1630f373c1 /packages/abiword/abiword-embedded_2.4.6.bb | |
parent | dcd47fba440071a9a0546cfd1c8969f6388fbdf0 (diff) | |
parent | fe5500283a831c44d5226f91fd9f3693241898a5 (diff) |
merge of '27501039f4773e7f3b2142998ee04c9f71c6fa20'
and '933fe37d02e3d6def58e43b926be13c580634799'
Diffstat (limited to 'packages/abiword/abiword-embedded_2.4.6.bb')
-rw-r--r-- | packages/abiword/abiword-embedded_2.4.6.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/abiword/abiword-embedded_2.4.6.bb b/packages/abiword/abiword-embedded_2.4.6.bb new file mode 100644 index 0000000000..9381bbd8a7 --- /dev/null +++ b/packages/abiword/abiword-embedded_2.4.6.bb @@ -0,0 +1,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/ +} + |