mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
no-static-libs: disable static libraries in libjpeg-turbo
Previously this was done with the generic autotools support, but CMake doesn't have a standard option so set it explicitly. (From OE-Core rev: 47bd456c1be169fc86788edf0173847b9b0d255b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
92397ad593
commit
c6accbb81a
@@ -36,6 +36,7 @@ DISABLE_STATIC_pn-libusb1-native = ""
|
||||
EXTRA_OECONF_append = "${DISABLE_STATIC}"
|
||||
|
||||
EXTRA_OECMAKE_append_pn-libical = " -DSHARED_ONLY=True"
|
||||
EXTRA_OECMAKE_append_pn-libjpeg-turbo = " -DENABLE_STATIC=False"
|
||||
|
||||
EXCONFIG_ARGS_append_pn-ncurses = " --without-normal"
|
||||
EXCONFIG_ARGS_append_pn-ncurses-native = " --without-normal"
|
||||
|
||||
Reference in New Issue
Block a user