mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/wlroots: add missing dependency to libgbm
If the render gles2 is enabled then libgbm is required (see [1]). Therefore, add the dependency to wlroots. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/0.19/render/meson.build?ref_type=heads#L44 Signed-off-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
0b5cb9cd26
commit
00fb3a57cb
@@ -1,4 +1,4 @@
|
||||
comment "wlroots needs udev, EGL and OpenGL ES support"
|
||||
comment "wlroots needs udev, EGL, OpenGL ES and GBM support"
|
||||
depends on !BR2_PACKAGE_HAS_LIBEGL || \
|
||||
!BR2_PACKAGE_HAS_LIBEGL || \
|
||||
!BR2_PACKAGE_HAS_LIBGLES || \
|
||||
@@ -15,6 +15,7 @@ config BR2_PACKAGE_WLROOTS
|
||||
depends on BR2_PACKAGE_HAS_UDEV # libinput
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
depends on BR2_PACKAGE_HAS_LIBGLES
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM
|
||||
select BR2_PACKAGE_HWDATA
|
||||
select BR2_PACKAGE_HWDATA_PNP_IDS
|
||||
select BR2_PACKAGE_LIBDISPLAY_INFO
|
||||
|
||||
@@ -19,6 +19,7 @@ WLROOTS_DEPENDENCIES = \
|
||||
libxkbcommon \
|
||||
libegl \
|
||||
libgles \
|
||||
libgbm \
|
||||
pixman \
|
||||
seatd \
|
||||
udev \
|
||||
|
||||
Reference in New Issue
Block a user