|
@@ -5,6 +5,11 @@ comment "weston needs udev and a toolchain w/ locale, threads, dynamic library,
|
|
|
|
|
|
config BR2_PACKAGE_WESTON
|
|
|
bool "weston"
|
|
|
+ depends on BR2_ENABLE_LOCALE # libinput
|
|
|
+ depends on BR2_PACKAGE_HAS_UDEV
|
|
|
+ depends on !BR2_STATIC_LIBS # wayland
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
select BR2_PACKAGE_WAYLAND
|
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
|
select BR2_PACKAGE_LIBXKBCOMMON
|
|
@@ -14,11 +19,6 @@ config BR2_PACKAGE_WESTON
|
|
|
select BR2_PACKAGE_JPEG
|
|
|
select BR2_PACKAGE_MTDEV
|
|
|
select BR2_PACKAGE_LIBINPUT
|
|
|
- depends on BR2_ENABLE_LOCALE # libinput
|
|
|
- depends on BR2_PACKAGE_HAS_UDEV
|
|
|
- depends on !BR2_STATIC_LIBS # wayland
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
|
|
|
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
# Runtime dependency
|
|
|
select BR2_PACKAGE_XKEYBOARD_CONFIG
|
|
|
# Make sure at least one compositor is selected.
|