mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
p11-kit: Handle USE_NLS
Disable NLS in the build when USE_NLS is off. (From OE-Core rev: b94798ecd535956ef4565663710ea9a701ff21ed) Signed-off-by: Philip Lorenz <philip.lorenz@bmw.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d848b454e6
commit
eeb3974472
@@ -18,6 +18,7 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
|
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
|
||||||
PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
|
PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
|
||||||
|
|
||||||
|
EXTRA_OEMESON:append = " -Dnls=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'}"
|
||||||
GTKDOC_MESON_OPTION = 'gtk_doc'
|
GTKDOC_MESON_OPTION = 'gtk_doc'
|
||||||
|
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user