package/q*/Config.in: fix ordering of statements

The check-package script when ran gives warnings on ordering issues
on all of these Config files.  This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter q in the package directory.

The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett 2017-04-22 13:18:03 -04:00 committed by Thomas Petazzoni
parent 0d18d1d9c0
commit cf1c12bdba
20 changed files with 54 additions and 54 deletions

View file

@ -1,13 +1,13 @@
config BR2_PACKAGE_HOST_QEMU config BR2_PACKAGE_HOST_QEMU
bool "host qemu" bool "host qemu"
select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \ depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
BR2_i386 || BR2_m68k || BR2_microblazeel || \ BR2_i386 || BR2_m68k || BR2_microblazeel || \
BR2_microblazebe || BR2_mips || BR2_mipsel || \ BR2_microblazebe || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_powerpc || \ BR2_mips64 || BR2_mips64el || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \ BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
BR2_sparc || BR2_x86_64 BR2_sparc || BR2_x86_64
select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
help help
QEMU is a generic and open source machine emulator and virtualizer. QEMU is a generic and open source machine emulator and virtualizer.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QLIBC config BR2_PACKAGE_QLIBC
bool "qlibc" bool "qlibc"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help help
qLibc is currently one of the most functionally complete qLibc is currently one of the most functionally complete
public licensed C/C++ libraries. The C/C++ library which public licensed C/C++ libraries. The C/C++ library which

View file

@ -1,15 +1,15 @@
config BR2_PACKAGE_QT_WEBKIT_KIOSK config BR2_PACKAGE_QT_WEBKIT_KIOSK
bool "qt-webkit-kiosk" bool "qt-webkit-kiosk"
depends on BR2_PACKAGE_QT5 depends on BR2_PACKAGE_QT5
depends on !BR2_STATIC_LIBS # qt5webkit
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5webkit
depends on !BR2_BINFMT_FLAT # qt5webkit
depends on !BR2_MIPS_SOFT_FLOAT # qt5webkit
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_QT5BASE_GUI select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS select BR2_PACKAGE_QT5BASE_WIDGETS
select BR2_PACKAGE_QT5WEBKIT select BR2_PACKAGE_QT5WEBKIT
select BR2_PACKAGE_QT5MULTIMEDIA select BR2_PACKAGE_QT5MULTIMEDIA
depends on !BR2_STATIC_LIBS # qt5webkit
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5webkit
depends on !BR2_BINFMT_FLAT # qt5webkit
depends on !BR2_MIPS_SOFT_FLOAT # qt5webkit
help help
Simple kiosk-mode browser powered by Qt5Webkit Simple kiosk-mode browser powered by Qt5Webkit

View file

@ -20,12 +20,12 @@ comment "directfb Qt driver not available (need directfb)"
depends on !BR2_PACKAGE_DIRECTFB depends on !BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_QT_GFX_DIRECTFB config BR2_PACKAGE_QT_GFX_DIRECTFB
depends on BR2_PACKAGE_DIRECTFB
bool "directFB" bool "directFB"
depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_QT_GFX_POWERVR config BR2_PACKAGE_QT_GFX_POWERVR
bool "powervr"
depends on BR2_PACKAGE_QT_OPENGL_ES depends on BR2_PACKAGE_QT_OPENGL_ES
depends on BR2_PACKAGE_HAS_POWERVR depends on BR2_PACKAGE_HAS_POWERVR
bool "powervr"
endmenu endmenu

View file

@ -123,9 +123,9 @@ config BR2_PACKAGE_QT_QT3SUPPORT
config BR2_PACKAGE_QT_GUI_MODULE config BR2_PACKAGE_QT_GUI_MODULE
bool "Gui Module" bool "Gui Module"
default y
depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # nios2 Binutils 2.25.1 bug depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # nios2 Binutils 2.25.1 bug
select BR2_PACKAGE_QT_NETWORK select BR2_PACKAGE_QT_NETWORK
default y
help help
Turns on support for Gui applications. If your board doesn't have Turns on support for Gui applications. If your board doesn't have
video output, or you don't require Qt GUI, say n. video output, or you don't require Qt GUI, say n.
@ -176,8 +176,8 @@ menu "Fonts"
config BR2_PACKAGE_QT_FONT_TRUETYPE config BR2_PACKAGE_QT_FONT_TRUETYPE
bool "dejavu/vera" bool "dejavu/vera"
depends on BR2_PACKAGE_QT_QTFREETYPE || BR2_PACKAGE_QT_SYSTEMFREETYPE
default y default y
depends on BR2_PACKAGE_QT_QTFREETYPE || BR2_PACKAGE_QT_SYSTEMFREETYPE
comment "dejavu/vera fonts need freetype support" comment "dejavu/vera fonts need freetype support"
depends on !BR2_PACKAGE_QT_QTFREETYPE && !BR2_PACKAGE_QT_SYSTEMFREETYPE depends on !BR2_PACKAGE_QT_QTFREETYPE && !BR2_PACKAGE_QT_SYSTEMFREETYPE
@ -255,8 +255,8 @@ config BR2_PACKAGE_QT_NOJPEG
Disable JPEG support Disable JPEG support
config BR2_PACKAGE_QT_SYSTEMJPEG config BR2_PACKAGE_QT_SYSTEMJPEG
select BR2_PACKAGE_JPEG
bool "System libjpeg" bool "System libjpeg"
select BR2_PACKAGE_JPEG
help help
Link against system libjpeg Link against system libjpeg
@ -335,9 +335,9 @@ endif
config BR2_PACKAGE_QT_PHONON config BR2_PACKAGE_QT_PHONON
bool "Phonon Module" bool "Phonon Module"
default y
depends on BR2_PACKAGE_GSTREAMER depends on BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE select BR2_PACKAGE_GST_PLUGINS_BASE
default y
help help
Build the Phonon module. Support for different audio/video Build the Phonon module. Support for different audio/video
formats can be configured at the GStreamer package. formats can be configured at the GStreamer package.
@ -355,9 +355,9 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
config BR2_PACKAGE_QT_OPENGL config BR2_PACKAGE_QT_OPENGL
bool "OpenGL support" bool "OpenGL support"
default y
depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \ depends on (BR2_PACKAGE_HAS_LIBGL && BR2_PACKAGE_QT_X11) || \
(BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES) (BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES)
default y
help help
This option enables OpenGL support. This option enables OpenGL support.
@ -393,9 +393,9 @@ endif
config BR2_PACKAGE_QT_DBUS config BR2_PACKAGE_QT_DBUS
bool "DBus Module" bool "DBus Module"
select BR2_PACKAGE_DBUS
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
depends on BR2_USE_MMU # dbus depends on BR2_USE_MMU # dbus
select BR2_PACKAGE_DBUS
help help
Build the Qt DBus module. Build the Qt DBus module.
@ -425,8 +425,8 @@ config BR2_PACKAGE_QT_MULTIMEDIA
config BR2_PACKAGE_QT_AUDIO_BACKEND config BR2_PACKAGE_QT_AUDIO_BACKEND
bool "QtMultimedia Audio backend" bool "QtMultimedia Audio backend"
depends on BR2_PACKAGE_QT_MULTIMEDIA depends on BR2_PACKAGE_QT_MULTIMEDIA
select BR2_PACKAGE_ALSA_LIB
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
select BR2_PACKAGE_ALSA_LIB
help help
Build the ALSA audio backend into QtMultimedia Build the ALSA audio backend into QtMultimedia
@ -446,7 +446,6 @@ config BR2_PACKAGE_QT_NETWORK
config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
bool bool
depends on BR2_TOOLCHAIN_HAS_SYNC_4
# see src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h # see src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
# see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html # see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \ default y if BR2_arc || BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
@ -457,6 +456,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
# with an assertion failure in binutils. # with an assertion failure in binutils.
default y if (BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb) && \ default y if (BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb) && \
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
depends on BR2_TOOLCHAIN_HAS_SYNC_4
config BR2_PACKAGE_QT_WEBKIT config BR2_PACKAGE_QT_WEBKIT
bool "WebKit Module" bool "WebKit Module"
@ -502,19 +502,19 @@ config BR2_PACKAGE_QT_OPENSSL
config BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT config BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT
bool bool
depends on BR2_TOOLCHAIN_HAS_SYNC_4
# see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html # see http://lists.busybox.net/pipermail/buildroot/2014-November/112605.html
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \ default y if BR2_arc || BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \
BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \ BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \ BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \ BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
BR2_sh4a || BR2_sh4aeb || BR2_x86_64 BR2_sh4a || BR2_sh4aeb || BR2_x86_64
depends on BR2_TOOLCHAIN_HAS_SYNC_4
config BR2_PACKAGE_QT_SCRIPT config BR2_PACKAGE_QT_SCRIPT
bool "Script Module" bool "Script Module"
default y
depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # needs pthread_getattr_np() depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # needs pthread_getattr_np()
default y
help help
Build the Qt Script module. Build the Qt Script module.
if unsure, say y. if unsure, say y.

View file

@ -11,8 +11,8 @@ config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
config BR2_PACKAGE_QT_MOUSE_TSLIB config BR2_PACKAGE_QT_MOUSE_TSLIB
bool "tslib" bool "tslib"
select BR2_PACKAGE_TSLIB
depends on !BR2_STATIC_LIBS # tslib depends on !BR2_STATIC_LIBS # tslib
select BR2_PACKAGE_TSLIB
comment "tslib support needs a toolchain w/ dynamic library" comment "tslib support needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS depends on BR2_STATIC_LIBS

View file

@ -6,10 +6,10 @@ menuconfig BR2_PACKAGE_QT_SQL_MODULE
if BR2_PACKAGE_QT_SQL_MODULE if BR2_PACKAGE_QT_SQL_MODULE
config BR2_PACKAGE_QT_MYSQL config BR2_PACKAGE_QT_MYSQL
bool "MySQL Driver" bool "MySQL Driver"
depends on BR2_USE_MMU # mysql
select BR2_PACKAGE_MYSQL select BR2_PACKAGE_MYSQL
select BR2_PACKAGE_NCURSES select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE select BR2_PACKAGE_READLINE
depends on BR2_USE_MMU # mysql
help help
Build MySQL driver Build MySQL driver
If unsure, say n. If unsure, say n.
@ -23,8 +23,8 @@ config BR2_PACKAGE_QT_ODBC
config BR2_PACKAGE_QT_PSQL config BR2_PACKAGE_QT_PSQL
bool "PostgreSQL Driver" bool "PostgreSQL Driver"
select BR2_PACKAGE_POSTGRESQL
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_POSTGRESQL
help help
Build PostgreSQL driver Build PostgreSQL driver
If unsure, say n. If unsure, say n.

View file

@ -1,15 +1,15 @@
config BR2_PACKAGE_QT5_GL_AVAILABLE config BR2_PACKAGE_QT5_GL_AVAILABLE
bool bool
depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES
default y default y
depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES
config BR2_PACKAGE_QT5_JSCORE_AVAILABLE config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
bool bool
default y
# Javascript engine is only available on certain architectures # Javascript engine is only available on certain architectures
depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
# ARM needs BLX, so v5t+ # ARM needs BLX, so v5t+
depends on !BR2_ARM_CPU_ARMV4 depends on !BR2_ARM_CPU_ARMV4
default y
comment "Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library" comment "Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library"
depends on !BR2_PACKAGE_QT depends on !BR2_PACKAGE_QT

View file

@ -1,11 +1,11 @@
config BR2_PACKAGE_QT53D config BR2_PACKAGE_QT53D
bool "qt53d" bool "qt53d"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5DECLARATIVE select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK select BR2_PACKAGE_QT5DECLARATIVE_QUICK
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -61,19 +61,19 @@ config BR2_PACKAGE_QT5BASE_SQL
if BR2_PACKAGE_QT5BASE_SQL if BR2_PACKAGE_QT5BASE_SQL
config BR2_PACKAGE_QT5BASE_MYSQL config BR2_PACKAGE_QT5BASE_MYSQL
bool "MySQL Plugin" bool "MySQL Plugin"
depends on BR2_USE_MMU # mysql
select BR2_PACKAGE_MYSQL select BR2_PACKAGE_MYSQL
select BR2_PACKAGE_NCURSES select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE select BR2_PACKAGE_READLINE
depends on BR2_USE_MMU # mysql
help help
Build MySQL plugin Build MySQL plugin
If unsure, say n. If unsure, say n.
config BR2_PACKAGE_QT5BASE_PSQL config BR2_PACKAGE_QT5BASE_PSQL
bool "PostgreSQL Plugin" bool "PostgreSQL Plugin"
select BR2_PACKAGE_POSTGRESQL
depends on BR2_USE_MMU # postgresql depends on BR2_USE_MMU # postgresql
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_POSTGRESQL
help help
Build PostgreSQL plugin Build PostgreSQL plugin
If unsure, say n. If unsure, say n.
@ -198,9 +198,9 @@ comment "X.org XCB backend available if X.org is enabled"
config BR2_PACKAGE_QT5BASE_EGLFS config BR2_PACKAGE_QT5BASE_EGLFS
bool "eglfs support" bool "eglfs support"
select BR2_PACKAGE_QT5BASE_OPENGL
depends on BR2_PACKAGE_HAS_LIBEGL depends on BR2_PACKAGE_HAS_LIBEGL
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
select BR2_PACKAGE_QT5BASE_OPENGL
comment "eglfs backend available if OpenGL and EGL are enabled" comment "eglfs backend available if OpenGL and EGL are enabled"
depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_QT5_GL_AVAILABLE depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_QT5_GL_AVAILABLE
@ -250,16 +250,16 @@ endif
config BR2_PACKAGE_QT5BASE_DBUS config BR2_PACKAGE_QT5BASE_DBUS
bool "DBus module" bool "DBus module"
select BR2_PACKAGE_DBUS
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU depends on BR2_USE_MMU
select BR2_PACKAGE_DBUS
help help
This option enables the D-Bus module. This option enables the D-Bus module.
config BR2_PACKAGE_QT5BASE_ICU config BR2_PACKAGE_QT5BASE_ICU
bool "Enable ICU support" bool "Enable ICU support"
select BR2_PACKAGE_ICU
depends on !BR2_BINFMT_FLAT # icu depends on !BR2_BINFMT_FLAT # icu
select BR2_PACKAGE_ICU
help help
This option enables ICU support in Qt5. This is for example This option enables ICU support in Qt5. This is for example
needed for Qt5Webkit. needed for Qt5Webkit.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5CANVAS3D config BR2_PACKAGE_QT5CANVAS3D
bool "qt5canvas3d" bool "qt5canvas3d"
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5CONNECTIVITY config BR2_PACKAGE_QT5CONNECTIVITY
bool "qt5connectivity" bool "qt5connectivity"
depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS || BR2_PACKAGE_BLUEZ5_UTILS
select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_CONCURRENT select BR2_PACKAGE_QT5BASE_CONCURRENT
select BR2_PACKAGE_QT5BASE_DBUS select BR2_PACKAGE_QT5BASE_DBUS
depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS || BR2_PACKAGE_BLUEZ5_UTILS
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5DECLARATIVE config BR2_PACKAGE_QT5DECLARATIVE
bool "qt5declarative" bool "qt5declarative"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5XMLPATTERNS select BR2_PACKAGE_QT5XMLPATTERNS
select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI select BR2_PACKAGE_QT5BASE_GUI
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.
@ -21,7 +21,7 @@ comment "quick module needs an OpenGL-capable backend"
config BR2_PACKAGE_QT5DECLARATIVE_QUICK config BR2_PACKAGE_QT5DECLARATIVE_QUICK
bool "quick module" bool "quick module"
select BR2_PACKAGE_QT5BASE_OPENGL
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
select BR2_PACKAGE_QT5BASE_OPENGL
endif endif

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5GRAPHICALEFFECTS config BR2_PACKAGE_QT5GRAPHICALEFFECTS
bool "qt5graphicaleffects" bool "qt5graphicaleffects"
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5QUICKCONTROLS config BR2_PACKAGE_QT5QUICKCONTROLS
bool "qt5quickcontrols" bool "qt5quickcontrols"
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_QT5QUICKCONTROLS2 config BR2_PACKAGE_QT5QUICKCONTROLS2
bool "qt5quickcontrols2" bool "qt5quickcontrols2"
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative/quick depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative/quick
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative/quick depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative/quick
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,7 +1,7 @@
config BR2_PACKAGE_QT5SCRIPT config BR2_PACKAGE_QT5SCRIPT
bool "qt5script" bool "qt5script"
select BR2_PACKAGE_QT5BASE
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
select BR2_PACKAGE_QT5BASE
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,16 +1,16 @@
config BR2_PACKAGE_QT5WEBKIT config BR2_PACKAGE_QT5WEBKIT
bool "qt5webkit" bool "qt5webkit"
depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
depends on !BR2_BINFMT_FLAT # icu
# assumes a FPU is available on MIPS
depends on !BR2_MIPS_SOFT_FLOAT
select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_ICU select BR2_PACKAGE_QT5BASE_ICU
select BR2_PACKAGE_QT5BASE_GUI select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_SQLITE select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
depends on !BR2_BINFMT_FLAT # icu
# assumes a FPU is available on MIPS
depends on !BR2_MIPS_SOFT_FLOAT
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -1,7 +1,7 @@
config BR2_PACKAGE_QT5X11EXTRAS config BR2_PACKAGE_QT5X11EXTRAS
bool "qt5x11extras" bool "qt5x11extras"
select BR2_PACKAGE_QT5BASE_WIDGETS
depends on BR2_PACKAGE_QT5BASE_XCB depends on BR2_PACKAGE_QT5BASE_XCB
select BR2_PACKAGE_QT5BASE_WIDGETS
help help
Qt is a cross-platform application and UI framework for Qt is a cross-platform application and UI framework for
developers using C++. developers using C++.

View file

@ -6,16 +6,16 @@ comment "qt5cinex needs an Open(E)GL-capable backend"
config BR2_PACKAGE_QT5CINEX config BR2_PACKAGE_QT5CINEX
bool "qt5cinex" bool "qt5cinex"
depends on BR2_PACKAGE_QT5 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_HAS_LIBEGL # qt5base-eglfs
depends on BR2_PACKAGE_QT5_GL_AVAILABLE depends on BR2_PACKAGE_QT5_GL_AVAILABLE
# No comment needed for this option, it's an architecture # No comment needed for this option, it's an architecture
# dependency. # dependency.
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE 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 help
This application demonstrates the power of Qt5 and few of the new This application demonstrates the power of Qt5 and few of the new
additions available in QtQuick 2.0. additions available in QtQuick 2.0.