diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-15 12:23:37 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-15 12:23:37 +0800 |
commit | f24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f (patch) | |
tree | 64a9a739319315a31889cf618ad9cc4ed8c37bb3 /recipes/liboop/liboop_1.0.bb | |
parent | 7d8cd6b4ed5f94411ea4d0a3f901c99c5b9f4364 (diff) |
liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS
The configure script searched for tcl in /usr/include/tcl$tclVersion which
triggered the configure qa check. The best thing to do seems to disable these
features and avoid patching the configure.ac.
Diffstat (limited to 'recipes/liboop/liboop_1.0.bb')
-rw-r--r-- | recipes/liboop/liboop_1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/liboop/liboop_1.0.bb b/recipes/liboop/liboop_1.0.bb index 676ecbe700..b27fb5fd42 100644 --- a/recipes/liboop/liboop_1.0.bb +++ b/recipes/liboop/liboop_1.0.bb @@ -8,6 +8,9 @@ S = "${WORKDIR}/liboop-${PV}" inherit autotools pkgconfig +EXTRA_OECONF = "--without-tcl --without-glib \ + --without-readline --without-adns" + headers = "oop.h oop-adns.h oop-glib.h \ oop-tcl.h oop-www.h oop-rl.h \ oop-read.h" |