xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5WAYLAND
2	bool "qt5wayland"
3	depends on BR2_PACKAGE_WAYLAND
4	default y
5	help
6	  Qt is a cross-platform application and UI framework for
7	  developers using C++.
8
9	  This package corresponds to the qt5wayland module.
10
11	  https://qt.io
12
13if BR2_PACKAGE_QT5WAYLAND
14
15config BR2_PACKAGE_QT5WAYLAND_COMPOSITOR
16	bool "Enable compositor (experimental)"
17	help
18	  The compositor API is still experimental, and not built by
19	  default.
20
21endif
22