summaryrefslogtreecommitdiffstats
path: root/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-07-23 22:19:55 +0900
committerTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-07-24 15:49:22 +0900
commit99d07beb938ea81955e8ac345b5f6543e2a6afa7 (patch)
treeaf9cdc5283d4aa190c8ad6b47df83d5af41ea22e /meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb
parent6bbe67ca668369e2bf2685a2fb2d27d151dc8fc4 (diff)
Fix libthai (oem-extra-libs) build break
Bug-AGL: SPEC-771 Fix in libdatrie recipe so that libdatrie-native can be properly used to build libthai. Alternatively EXTRA_OECONF += "--disable-dict" can be added to libthai, but I guess (since I did not add libthai) it is not expected. Update: I also needed libdatrie-native dependency in libthai.bb Update2: Fix build breaks for imagemagick and protobuf as well Change-Id: I175a34f321841d6aa1cdabac69c67d590d313043 Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb')
-rwxr-xr-xmeta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb
index ce8dc17c..0271da08 100755
--- a/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb
+++ b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Thai language support routines"
LICENSE = "LGPL"
-DEPENDS = "libdatrie"
+DEPENDS = "libdatrie libdatrie-native"
SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${PN}-${PV}.tar.xz"