diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-12 12:03:57 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-16 21:50:06 +0100 |
commit | 1ec69e6b3891c01734e57a908a2a675128f126eb (patch) | |
tree | 2645976915fa52f1ec90449a8492e79ab6488d89 /meta-oe/recipes-graphics/fbida | |
parent | ea5bc66444a1e9b5fb330d8a6d42dc95e4bc9500 (diff) | |
download | meta-openembedded-1ec69e6b3891c01734e57a908a2a675128f126eb.tar.gz |
fbida: add PACKAGECONFIG for lirc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb index e76322150..8a4c083a4 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |||
@@ -23,6 +23,7 @@ PACKAGECONFIG[png] = ",,libpng" | |||
23 | PACKAGECONFIG[tiff] = ",,tiff" | 23 | PACKAGECONFIG[tiff] = ",,tiff" |
24 | PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" | 24 | PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" |
25 | PACKAGECONFIG[webp] = ",,libwebp" | 25 | PACKAGECONFIG[webp] = ",,libwebp" |
26 | PACKAGECONFIG[lirc] = ",,lirc" | ||
26 | 27 | ||
27 | do_compile() { | 28 | do_compile() { |
28 | sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk | 29 | sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk |
@@ -48,6 +49,9 @@ do_compile() { | |||
48 | if [ -z "${@base_contains('PACKAGECONFIG', 'webp', 'webp', '', d)}" ]; then | 49 | if [ -z "${@base_contains('PACKAGECONFIG', 'webp', 'webp', '', d)}" ]; then |
49 | sed -i -e '/^HAVE_LIBWEBP/s/:=.*$/:= no/' ${S}/GNUmakefile | 50 | sed -i -e '/^HAVE_LIBWEBP/s/:=.*$/:= no/' ${S}/GNUmakefile |
50 | fi | 51 | fi |
52 | if [ -z "${@base_contains('PACKAGECONFIG', 'lirc', 'lirc', '', d)}" ]; then | ||
53 | sed -i -e '/^HAVE_LIBLIRC/s/:=.*$/:= no/' ${S}/GNUmakefile | ||
54 | fi | ||
51 | 55 | ||
52 | oe_runmake | 56 | oe_runmake |
53 | } | 57 | } |