summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/weston/Config.in11
1 files changed, 2 insertions, 9 deletions
diff --git a/package/weston/Config.in b/package/weston/Config.in
index 5fff5bd861..49130b4f92 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -40,17 +40,10 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
config BR2_PACKAGE_WESTON_FBDEV
bool "fbdev compositor"
-comment "RPi compositor needs a toolchain w/ C++, largefile, threads"
- depends on BR2_arm
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
-
+# rpi-userland is an EGL/GLES provider, so we can't select it
config BR2_PACKAGE_WESTON_RPI
bool "RPi compositor"
- depends on BR2_arm # rpi-userland
- depends on BR2_INSTALL_LIBSTDCPP # rpi-userland
- depends on BR2_LARGEFILE # rpi-userland
- depends on BR2_TOOLCHAIN_HAS_THREADS # rpi-userland
- select BR2_PACKAGE_RPI_USERLAND
+ depends on BR2_PACKAGE_RPI_USERLAND
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
endif
OpenPOWER on IntegriCloud