board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / qt5 / qt5webkit / Config.in
blob2534360459daf9902cf76856bdce949fa96f94c2
1 config BR2_PACKAGE_QT5WEBKIT
2         bool "qt5webkit"
3         select BR2_PACKAGE_QT5BASE
4         select BR2_PACKAGE_QT5BASE_ICU
5         select BR2_PACKAGE_QT5BASE_GUI
6         select BR2_PACKAGE_SQLITE
7         select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
8         select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
9         depends on !BR2_STATIC_LIBS
10         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
11         depends on !BR2_BINFMT_FLAT # icu
12         # assumes a FPU is available on MIPS
13         depends on !BR2_MIPS_SOFT_FLOAT
14         help
15           Qt is a cross-platform application and UI framework for
16           developers using C++.
18           The Qt WebKit module provides the WebView API, which
19           allows QML applications to render regions of dynamic
20           web content.
22           This package has been removed from the official release packages
23           since Qt5.6.0, but it is still available for users to build it
24           from source. This is useful for platforms without GPU since the
25           successor (QtWebEngine) requires OpenGL support.
27           http://doc.qt.io/archives/qt-5.5/qtwebkit-index.html
29 comment "qt5webkit needs a toolchain w/ dynamic library"
30         depends on BR2_STATIC_LIBS
31         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
32         depends on !BR2_BINFMT_FLAT
33         depends on !BR2_MIPS_SOFT_FLOAT