mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/qt5/qt53d: always disable assimp support
Neither Buildroot's nor the module from qt53d sources compile, so always disable assimp support. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
d9cf0f02f1
commit
06baf64bf6
@@ -14,14 +14,10 @@ QT53D_SYNC_QT_HEADERS = YES
|
|||||||
# command line argument separator
|
# command line argument separator
|
||||||
QT53D_CONF_OPTS = --
|
QT53D_CONF_OPTS = --
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ASSIMP),y)
|
# Assimp support is broken with both Buildroot assimp and the assimp module in
|
||||||
QT53D_DEPENDENCIES += assimp
|
# the qt53d sources, therefore disable it for now.
|
||||||
QT53D_CONF_OPTS += \
|
|
||||||
-feature-system-assimp
|
|
||||||
else
|
|
||||||
QT53D_CONF_OPTS += \
|
QT53D_CONF_OPTS += \
|
||||||
-no-feature-assimp
|
-no-feature-assimp
|
||||||
endif
|
|
||||||
|
|
||||||
QT53D_LICENSE = GPL-2.0 or GPL-3.0 or LGPL-3.0
|
QT53D_LICENSE = GPL-2.0 or GPL-3.0 or LGPL-3.0
|
||||||
QT53D_LICENSE_FILES = LICENSE.GPL LICENSE.GPLv3 LICENSE.LGPLv3
|
QT53D_LICENSE_FILES = LICENSE.GPL LICENSE.GPLv3 LICENSE.LGPLv3
|
||||||
|
|||||||
Reference in New Issue
Block a user