mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/qjson: remove qt4 support
Qt4 support is about to be dropped, so remove the support from qjson as well. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Arnout: also remove redundant BR2_STATIC_LIBS dependency/comment] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
122f8cf1cb
commit
c412f25a70
@ -1,13 +1,8 @@
|
|||||||
config BR2_PACKAGE_QJSON
|
config BR2_PACKAGE_QJSON
|
||||||
bool "qjson"
|
bool "qjson"
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on BR2_PACKAGE_QT5
|
||||||
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
|
|
||||||
help
|
help
|
||||||
QJson is a Qt-based library that maps JSON data to
|
QJson is a Qt-based library that maps JSON data to
|
||||||
QVariant objects and vice versa.
|
QVariant objects and vice versa.
|
||||||
|
|
||||||
http://qjson.sourceforge.net
|
http://qjson.sourceforge.net
|
||||||
|
|
||||||
comment "qjson needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
|
|
||||||
|
@ -7,9 +7,7 @@
|
|||||||
QJSON_VERSION = 0.9.0
|
QJSON_VERSION = 0.9.0
|
||||||
QJSON_SITE = $(call github,flavio,qjson,$(QJSON_VERSION))
|
QJSON_SITE = $(call github,flavio,qjson,$(QJSON_VERSION))
|
||||||
QJSON_INSTALL_STAGING = YES
|
QJSON_INSTALL_STAGING = YES
|
||||||
QJSON_DEPENDENCIES = \
|
QJSON_DEPENDENCIES = qt5base
|
||||||
$(if $(BR2_PACKAGE_QT),qt) \
|
|
||||||
$(if $(BR2_PACKAGE_QT5),qt5base)
|
|
||||||
QJSON_LICENSE = LGPL-2.1
|
QJSON_LICENSE = LGPL-2.1
|
||||||
QJSON_LICENSE_FILES = COPYING.lib
|
QJSON_LICENSE_FILES = COPYING.lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user