package/cage: properly propagate wlroots dependencies
Commit 00fb3a57cb added a wlroots ->
libgbm dependency, but forgot to propagate it to package/cage.
Fixes:
https://autobuild.buildroot.net/results/dc185c3d4886e9cfd9e6f46b50b864e5b2f28605/
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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 3d7261b27a9cb47c25602061333bea632ad80c2c)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
cff225bfb3
commit
792d1b9011
@@ -1,6 +1,7 @@
|
||||
comment "cage needs udev, EGL and OpenGL ES support"
|
||||
comment "cage needs udev, EGL, OpenGL ES and GBM support"
|
||||
depends on !BR2_PACKAGE_HAS_LIBEGL || \
|
||||
!BR2_PACKAGE_HAS_LIBGLES || \
|
||||
!BR2_PACKAGE_HAS_LIBGBM || \
|
||||
!BR2_PACKAGE_HAS_UDEV
|
||||
|
||||
comment "cage needs a toolchain w/ threads, dynamic library"
|
||||
@@ -13,6 +14,7 @@ config BR2_PACKAGE_CAGE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # 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
|
||||
select BR2_PACKAGE_WLROOTS
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user