mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Add Qt5 minimal
Add Qt5 minimal Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
f3aa59ba6e
commit
4e8fad2063
@ -842,6 +842,10 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny"
|
||||
BR2_PACKAGE_NETSURF_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_NETSURF is not set
|
||||
# BR2_PACKAGE_PNGQUANT is not set
|
||||
|
||||
#
|
||||
# qt5cinex needs an Open(E)GL-capable backend
|
||||
#
|
||||
# BR2_PACKAGE_RRDTOOL is not set
|
||||
|
||||
#
|
||||
@ -875,13 +879,147 @@ BR2_PACKAGE_NETSURF_ARCH_SUPPORTS=y
|
||||
#
|
||||
# BR2_PACKAGE_PSPLASH is not set
|
||||
# BR2_PACKAGE_SDL is not set
|
||||
# BR2_PACKAGE_SDL2 is not set
|
||||
BR2_PACKAGE_SDL2=y
|
||||
|
||||
#
|
||||
# DirectFB video driver needs directfb
|
||||
#
|
||||
|
||||
#
|
||||
# X11 video driver needs X.org
|
||||
#
|
||||
|
||||
#
|
||||
# KMS/DRM video driver needs libdrm
|
||||
#
|
||||
|
||||
#
|
||||
# OpenGL support needs X11 and an OpenGL provider
|
||||
#
|
||||
|
||||
#
|
||||
# OpenGL ES support needs an OpenGL ES provider
|
||||
#
|
||||
BR2_PACKAGE_SDL2_GFX=y
|
||||
BR2_PACKAGE_SDL2_IMAGE=y
|
||||
BR2_PACKAGE_SDL2_MIXER=y
|
||||
BR2_PACKAGE_SDL2_NET=y
|
||||
BR2_PACKAGE_SDL2_TTF=y
|
||||
|
||||
#
|
||||
# Other GUIs
|
||||
#
|
||||
BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
||||
# BR2_PACKAGE_QT5 is not set
|
||||
BR2_PACKAGE_QT5=y
|
||||
|
||||
#
|
||||
# qt53d module needs an OpenGL-capable backend
|
||||
#
|
||||
BR2_PACKAGE_QT5BASE=y
|
||||
BR2_PACKAGE_QT5BASE_CUSTOM_CONF_OPTS=""
|
||||
BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
|
||||
# BR2_PACKAGE_QT5BASE_EXAMPLES is not set
|
||||
BR2_PACKAGE_QT5BASE_NETWORK=y
|
||||
# BR2_PACKAGE_QT5BASE_CONCURRENT is not set
|
||||
BR2_PACKAGE_QT5BASE_SQL=y
|
||||
# BR2_PACKAGE_QT5BASE_MYSQL is not set
|
||||
# BR2_PACKAGE_QT5BASE_PSQL is not set
|
||||
BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
|
||||
# BR2_PACKAGE_QT5BASE_SQLITE_QT is not set
|
||||
# BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM is not set
|
||||
BR2_PACKAGE_QT5BASE_TEST=y
|
||||
BR2_PACKAGE_QT5BASE_XML=y
|
||||
BR2_PACKAGE_QT5BASE_GUI=y
|
||||
# BR2_PACKAGE_QT5BASE_WIDGETS is not set
|
||||
|
||||
#
|
||||
# OpenGL support needs an OpenGL-capable backend
|
||||
#
|
||||
BR2_PACKAGE_QT5BASE_LINUXFB=y
|
||||
|
||||
#
|
||||
# directfb backend available if directfb is enabled
|
||||
#
|
||||
|
||||
#
|
||||
# X.org XCB backend available if X.org is enabled
|
||||
#
|
||||
|
||||
#
|
||||
# eglfs backend available if OpenGL and EGL are enabled
|
||||
#
|
||||
BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
|
||||
BR2_PACKAGE_QT5BASE_FONTCONFIG=y
|
||||
BR2_PACKAGE_QT5BASE_HARFBUZZ=y
|
||||
BR2_PACKAGE_QT5BASE_GIF=y
|
||||
BR2_PACKAGE_QT5BASE_JPEG=y
|
||||
BR2_PACKAGE_QT5BASE_PNG=y
|
||||
# BR2_PACKAGE_QT5BASE_SYSLOG is not set
|
||||
# BR2_PACKAGE_QT5BASE_DBUS is not set
|
||||
# BR2_PACKAGE_QT5BASE_ICU is not set
|
||||
# BR2_PACKAGE_QT5BASE_TSLIB is not set
|
||||
# BR2_PACKAGE_QT5CHARTS is not set
|
||||
# BR2_PACKAGE_QT5COAP is not set
|
||||
|
||||
#
|
||||
# qt5connectivity needs neard and/or bluez5_utils
|
||||
#
|
||||
# BR2_PACKAGE_QT5DECLARATIVE is not set
|
||||
# BR2_PACKAGE_QT5ENGINIO is not set
|
||||
|
||||
#
|
||||
# qt5graphicaleffects needs an OpenGL-capable backend
|
||||
#
|
||||
BR2_PACKAGE_QT5IMAGEFORMATS=y
|
||||
# BR2_PACKAGE_QT5KNX is not set
|
||||
# BR2_PACKAGE_QT5LOCATION is not set
|
||||
# BR2_PACKAGE_QT5LOTTIE is not set
|
||||
# BR2_PACKAGE_QT5MQTT is not set
|
||||
BR2_PACKAGE_QT5MULTIMEDIA=y
|
||||
# BR2_PACKAGE_QT5QUICKCONTROLS is not set
|
||||
# BR2_PACKAGE_QT5QUICKCONTROLS2 is not set
|
||||
# BR2_PACKAGE_QT5QUICKTIMELINE is not set
|
||||
# BR2_PACKAGE_QT5REMOTEOBJECTS is not set
|
||||
# BR2_PACKAGE_QT5SCRIPT is not set
|
||||
# BR2_PACKAGE_QT5SCXML is not set
|
||||
# BR2_PACKAGE_QT5SENSORS is not set
|
||||
# BR2_PACKAGE_QT5SERIALBUS is not set
|
||||
# BR2_PACKAGE_QT5SERIALPORT is not set
|
||||
# BR2_PACKAGE_QT5SVG is not set
|
||||
# BR2_PACKAGE_QT5TOOLS is not set
|
||||
# BR2_PACKAGE_QT5VIRTUALKEYBOARD is not set
|
||||
|
||||
#
|
||||
# qt5wayland needs an OpenGL-capable backend
|
||||
#
|
||||
# BR2_PACKAGE_QT5WEBCHANNEL is not set
|
||||
# BR2_PACKAGE_QT5WEBKIT is not set
|
||||
BR2_PACKAGE_QT5WEBENGINE_ARCH_SUPPORTS=y
|
||||
|
||||
#
|
||||
# qt5webengine needs udev /dev management and a glibc toolchain w/ gcc >= 4.9, host gcc >= 4.9, threads, wchar
|
||||
#
|
||||
|
||||
#
|
||||
# qt5webengine needs an OpenGL and EGL-capable backend
|
||||
#
|
||||
# BR2_PACKAGE_QT5WEBSOCKETS is not set
|
||||
|
||||
#
|
||||
# qt5webview needs qt5webengine module
|
||||
#
|
||||
# BR2_PACKAGE_QT5XMLPATTERNS is not set
|
||||
|
||||
#
|
||||
# QT libraries and helper libraries
|
||||
#
|
||||
# BR2_PACKAGE_CUTELYST is not set
|
||||
# BR2_PACKAGE_GRANTLEE is not set
|
||||
# BR2_PACKAGE_KF5 is not set
|
||||
# BR2_PACKAGE_QEXTSERIALPORT is not set
|
||||
# BR2_PACKAGE_QJSON is not set
|
||||
# BR2_PACKAGE_QUAZIP is not set
|
||||
# BR2_PACKAGE_QWT is not set
|
||||
|
||||
#
|
||||
# tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library
|
||||
@ -896,6 +1034,7 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
|
||||
#
|
||||
# midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 7, host gcc >= 4.9
|
||||
#
|
||||
# BR2_PACKAGE_QT_WEBKIT_KIOSK is not set
|
||||
|
||||
#
|
||||
# vte needs an OpenGL or an OpenGL-EGL/wayland backend
|
||||
@ -1035,6 +1174,7 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_PIGPIO is not set
|
||||
# BR2_PACKAGE_POWERTOP is not set
|
||||
# BR2_PACKAGE_PPS_TOOLS is not set
|
||||
# BR2_PACKAGE_PULSEVIEW is not set
|
||||
# BR2_PACKAGE_RASPI_GPIO is not set
|
||||
# BR2_PACKAGE_READ_EDID is not set
|
||||
# BR2_PACKAGE_RNG_TOOLS is not set
|
||||
@ -1389,8 +1529,8 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y
|
||||
#
|
||||
# BR2_PACKAGE_EXEMPI is not set
|
||||
# BR2_PACKAGE_EXIV2 is not set
|
||||
# BR2_PACKAGE_FONTCONFIG is not set
|
||||
# BR2_PACKAGE_FREETYPE is not set
|
||||
BR2_PACKAGE_FONTCONFIG=y
|
||||
BR2_PACKAGE_FREETYPE=y
|
||||
# BR2_PACKAGE_GD is not set
|
||||
# BR2_PACKAGE_GDK_PIXBUF is not set
|
||||
# BR2_PACKAGE_GIFLIB is not set
|
||||
@ -1403,7 +1543,7 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y
|
||||
#
|
||||
# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.9
|
||||
#
|
||||
# BR2_PACKAGE_HARFBUZZ is not set
|
||||
BR2_PACKAGE_HARFBUZZ=y
|
||||
# BR2_PACKAGE_IJS is not set
|
||||
# BR2_PACKAGE_IMLIB2 is not set
|
||||
|
||||
@ -1494,10 +1634,7 @@ BR2_PACKAGE_OPENCV4_GUI_NONE=y
|
||||
#
|
||||
# gtk3 support needs libgtk3
|
||||
#
|
||||
|
||||
#
|
||||
# qt5 support needs qt5
|
||||
#
|
||||
# BR2_PACKAGE_OPENCV4_WITH_QT5 is not set
|
||||
BR2_PACKAGE_OPENCV4_LIB_IMGCODECS=y
|
||||
BR2_PACKAGE_OPENCV4_LIB_IMGPROC=y
|
||||
BR2_PACKAGE_OPENCV4_LIB_ML=y
|
||||
@ -1687,7 +1824,7 @@ BR2_PACKAGE_NE10_ARCH_SUPPORTS=y
|
||||
#
|
||||
# BR2_PACKAGE_BENEJSON is not set
|
||||
# BR2_PACKAGE_CJSON is not set
|
||||
# BR2_PACKAGE_EXPAT is not set
|
||||
BR2_PACKAGE_EXPAT=y
|
||||
# BR2_PACKAGE_JANSSON is not set
|
||||
# BR2_PACKAGE_JOSE is not set
|
||||
# BR2_PACKAGE_JSMN is not set
|
||||
@ -1727,10 +1864,7 @@ BR2_PACKAGE_NE10_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_LOG4CPLUS is not set
|
||||
# BR2_PACKAGE_LOG4CPP is not set
|
||||
# BR2_PACKAGE_LOG4CXX is not set
|
||||
|
||||
#
|
||||
# log4qt needs qt5
|
||||
#
|
||||
# BR2_PACKAGE_LOG4QT is not set
|
||||
# BR2_PACKAGE_OPENTRACING_CPP is not set
|
||||
# BR2_PACKAGE_SPDLOG is not set
|
||||
# BR2_PACKAGE_ZLOG is not set
|
||||
@ -2115,7 +2249,11 @@ BR2_PACKAGE_PROTOBUF=y
|
||||
# BR2_PACKAGE_NEWT is not set
|
||||
# BR2_PACKAGE_ONIGURUMA is not set
|
||||
# BR2_PACKAGE_PCRE is not set
|
||||
# BR2_PACKAGE_PCRE2 is not set
|
||||
BR2_PACKAGE_PCRE2=y
|
||||
BR2_PACKAGE_PCRE2_16=y
|
||||
# BR2_PACKAGE_PCRE2_32 is not set
|
||||
BR2_PACKAGE_PCRE2_JIT_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_PCRE2_JIT is not set
|
||||
# BR2_PACKAGE_POPT is not set
|
||||
# BR2_PACKAGE_RE2 is not set
|
||||
# BR2_PACKAGE_READLINE is not set
|
||||
@ -2151,10 +2289,7 @@ BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_EMPTY is not set
|
||||
# BR2_PACKAGE_GNURADIO is not set
|
||||
# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set
|
||||
|
||||
#
|
||||
# gqrx needs qt5
|
||||
#
|
||||
# BR2_PACKAGE_GQRX is not set
|
||||
# BR2_PACKAGE_GSETTINGS_DESKTOP_SCHEMAS is not set
|
||||
# BR2_PACKAGE_HAVEGED is not set
|
||||
# BR2_PACKAGE_LINUX_SYSCALL_SUPPORT is not set
|
||||
@ -2693,7 +2828,67 @@ BR2_PACKAGE_SYSTEMD_BOOTCHART_ARCH_SUPPORTS=y
|
||||
# BR2_PACKAGE_TPM2_TOOLS is not set
|
||||
# BR2_PACKAGE_TPM2_TOTP is not set
|
||||
# BR2_PACKAGE_UNSCD is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX is not set
|
||||
BR2_PACKAGE_UTIL_LINUX=y
|
||||
# BR2_PACKAGE_UTIL_LINUX_LIBBLKID is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LIBFDISK is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LIBMOUNT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS is not set
|
||||
BR2_PACKAGE_UTIL_LINUX_LIBUUID=y
|
||||
# BR2_PACKAGE_UTIL_LINUX_BINARIES is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_AGETTY is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_BFS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_CAL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_CHMEM is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_CRAMFS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_EJECT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_FALLOCATE is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_FDFORMAT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_FSCK is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_HARDLINK is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_HWCLOCK is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_IPCRM is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_IPCS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_KILL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LAST is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LINE is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LOGGER is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LOGIN is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LOSETUP is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LSLOGINS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_LSMEM is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_MESG is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_MINIX is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_MORE is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_MOUNT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_MOUNTPOINT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_NEWGRP is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_NOLOGIN is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_NSENTER is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_PG is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_PARTX is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_RAW is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_RENAME is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_RFKILL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_RUNUSER is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SETPRIV is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SETTERM is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SU is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SULOGIN is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_SWITCH_ROOT is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_TUNELP is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_UL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_UNSHARE is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_UTMPDUMP is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_UUIDD is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_VIPW is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_WALL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_WIPEFS is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_WDCTL is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_WRITE is not set
|
||||
# BR2_PACKAGE_UTIL_LINUX_ZRAMCTL is not set
|
||||
# BR2_PACKAGE_WATCHDOG is not set
|
||||
# BR2_PACKAGE_XDG_DBUS_PROXY is not set
|
||||
# BR2_PACKAGE_XEN is not set
|
||||
|
Loading…
Reference in New Issue
Block a user