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