mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/sway: properly propagate wlroots dependencies
Commit 00fb3a57cb added a wlroots ->
libgbm dependency, but forgot to propagate it to package/sway.
Cc: Raphael Pavlidis <raphael.pavlidis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Reviewed-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
Tested-by: Raphael Pavlidis <raphael.pavlidis@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
3d7261b27a
commit
6c512c8be0
@@ -5,6 +5,7 @@ config BR2_PACKAGE_SWAY
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # pango, wlroots
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL # wlroots
|
||||
depends on BR2_PACKAGE_HAS_LIBGLES # wlroots
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM # wlroots
|
||||
depends on BR2_PACKAGE_HAS_UDEV # wlroots
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c, pango
|
||||
depends on BR2_USE_WCHAR # pango
|
||||
@@ -53,11 +54,12 @@ config BR2_PACKAGE_SWAY_SWAYNAG
|
||||
|
||||
endif # BR2_PACKAGE_SWAY
|
||||
|
||||
comment "sway needs systemd, udev, EGL and OpenGL ES support"
|
||||
comment "sway needs systemd, udev, EGL, OpenGL ES and GBM support"
|
||||
depends on !BR2_PACKAGE_SYSTEMD || \
|
||||
!BR2_PACKAGE_HAS_UDEV || \
|
||||
!BR2_PACKAGE_HAS_LIBEGL || \
|
||||
!BR2_PACKAGE_HAS_LIBGLES
|
||||
!BR2_PACKAGE_HAS_LIBGLES || \
|
||||
!BR2_PACKAGE_HAS_LIBGBM
|
||||
|
||||
comment "sway needs a toolchain w/ wchar, threads, C++, dynamic library, gcc >= 4.9"
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
Reference in New Issue
Block a user