package/qt6/qt6base: add qt support for zstd when using the package
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0104521851
commit
eb1e544ad6
@ -129,5 +129,12 @@ else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_xml=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_zstd=ON
|
||||
QT6BASE_DEPENDENCIES += zstd
|
||||
else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_zstd=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user