summaryrefslogtreecommitdiff
path: root/packages/abiword/abiword-embedded_2.4.5.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-09-04 09:51:04 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-09-04 09:51:04 +0000
commit470ea3658bea7dabd656a8644bc7aa841f12faf6 (patch)
tree6d8db587d6b7c91a615ee3c96cfcb4745a26bc7e /packages/abiword/abiword-embedded_2.4.5.bb
parent337c4e16e80b06c66b7b02d364d54acce543ad49 (diff)
abiword-embedded_2.4.5.bb, abiword_2.4.5.bb : add abiword-embedded package
which adds a version of abiword more suited for small screen devices. main abiword stuff moved into a .inc file.
Diffstat (limited to 'packages/abiword/abiword-embedded_2.4.5.bb')
-rw-r--r--packages/abiword/abiword-embedded_2.4.5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/abiword/abiword-embedded_2.4.5.bb b/packages/abiword/abiword-embedded_2.4.5.bb
new file mode 100644
index 0000000000..59a3455ccd
--- /dev/null
+++ b/packages/abiword/abiword-embedded_2.4.5.bb
@@ -0,0 +1,11 @@
+require abiword.inc
+
+EXTRA_OECONF += "--enable-embedded"
+
+RCONFLICTS = "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/
+}
+