|
@@ -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.
|