qrencode: add PACKAGECONFIG for command line tools

Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
This commit is contained in:
Wolfgang Meyer
2022-10-10 09:16:15 +02:00
committed by Khem Raj
parent 366af48fa5
commit 2e70cf3552
@@ -12,4 +12,7 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF += "--without-tools --without-tests"
EXTRA_OECONF += "--without-tests"
PACKAGECONFIG ??= ""
PACKAGECONFIG[tools] = "--with-tools,--without-tools,libpng"