mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
fbida: add PACKAGECONFIG for lirc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ PACKAGECONFIG[png] = ",,libpng"
|
|||||||
PACKAGECONFIG[tiff] = ",,tiff"
|
PACKAGECONFIG[tiff] = ",,tiff"
|
||||||
PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif"
|
PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif"
|
||||||
PACKAGECONFIG[webp] = ",,libwebp"
|
PACKAGECONFIG[webp] = ",,libwebp"
|
||||||
|
PACKAGECONFIG[lirc] = ",,lirc"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk
|
sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk
|
||||||
@@ -48,6 +49,9 @@ do_compile() {
|
|||||||
if [ -z "${@base_contains('PACKAGECONFIG', 'webp', 'webp', '', d)}" ]; then
|
if [ -z "${@base_contains('PACKAGECONFIG', 'webp', 'webp', '', d)}" ]; then
|
||||||
sed -i -e '/^HAVE_LIBWEBP/s/:=.*$/:= no/' ${S}/GNUmakefile
|
sed -i -e '/^HAVE_LIBWEBP/s/:=.*$/:= no/' ${S}/GNUmakefile
|
||||||
fi
|
fi
|
||||||
|
if [ -z "${@base_contains('PACKAGECONFIG', 'lirc', 'lirc', '', d)}" ]; then
|
||||||
|
sed -i -e '/^HAVE_LIBLIRC/s/:=.*$/:= no/' ${S}/GNUmakefile
|
||||||
|
fi
|
||||||
|
|
||||||
oe_runmake
|
oe_runmake
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user