Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -6,19 +6,19 @@ comment "qt5cinex needs an Open(E)GL-capable backend"
|
||||
config BR2_PACKAGE_QT5CINEX
|
||||
bool "qt5cinex"
|
||||
depends on BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5BASE_NETWORK
|
||||
select BR2_PACKAGE_QT5BASE_PNG
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||
select BR2_PACKAGE_QT5BASE_EGLFS
|
||||
select BR2_PACKAGE_QT5GRAPHICALEFFECTS
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL # qt5base-eglfs
|
||||
depends on BR2_PACKAGE_QT5_GL_AVAILABLE
|
||||
# No comment needed for this option, it's an architecture
|
||||
# dependency.
|
||||
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
||||
select BR2_PACKAGE_QT5BASE_NETWORK
|
||||
select BR2_PACKAGE_QT5BASE_PNG
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||
select BR2_PACKAGE_QT5BASE_EGLFS
|
||||
select BR2_PACKAGE_QT5GRAPHICALEFFECTS
|
||||
help
|
||||
This application demonstrates the power of Qt5 and few of the new
|
||||
additions available in QtQuick 2.0.
|
||||
This application demonstrates the power of Qt5 and few of
|
||||
the new additions available in QtQuick 2.0.
|
||||
|
||||
http://quitcoding.com/?page=work#cinex
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ QT5CINEX_LICENSE = CC-BY-3.0
|
||||
QT5CINEX_LICENSE_FILES = README
|
||||
|
||||
define QT5CINEX_CONFIGURE_CMDS
|
||||
cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake
|
||||
cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/bin/qmake
|
||||
endef
|
||||
|
||||
define QT5CINEX_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user