|
@@ -41,4 +41,23 @@ config BR2_PACKAGE_WLROOTS_X11
|
|
|
help
|
|
|
Support Wayland sessions nested inside a X11 window
|
|
|
|
|
|
+config BR2_PACKAGE_WLROOTS_XWAYLAND
|
|
|
+ bool "XWayland support"
|
|
|
+ depends on BR2_PACKAGE_XORG7 # libxcb, xcb-util-wm, xwayland
|
|
|
+ depends on BR2_USE_MMU # xwayland
|
|
|
+ depends on !BR2_STATIC_LIBS # xwayland
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # xwayland
|
|
|
+ select BR2_PACKAGE_LIBXCB
|
|
|
+ select BR2_PACKAGE_XCB_UTIL_WM
|
|
|
+ select BR2_PACKAGE_XWAYLAND
|
|
|
+ help
|
|
|
+ Support for running X11 applications under wayland
|
|
|
+
|
|
|
+comment "XWayland support needs X.org enabled"
|
|
|
+ depends on !BR2_PACKAGE_XORG7
|
|
|
+
|
|
|
+comment "XWayland support needs a toolchain w/ threads, dynamic library"
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
+
|
|
|
endif
|