mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/glmark2: fix wayland build
wayland-protocols is needed since
58763e2c13
Fixes:
- http://autobuild.buildroot.org/results/6106f07602c014897331daac3de01ac4a74e2016
- http://autobuild.buildroot.org/results/b8d43fad291022cbc6e43988fe6bec14f594591a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
14ed65e3a6
commit
9c068b4be8
@@ -31,12 +31,12 @@ GLMARK2_FLAVORS += x11-gl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GLMARK2_FLAVOR_WAYLAND_GLESV2),y)
|
||||
GLMARK2_DEPENDENCIES += libgles wayland
|
||||
GLMARK2_DEPENDENCIES += libgles wayland wayland-protocols
|
||||
GLMARK2_FLAVORS += wayland-glesv2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GLMARK2_FLAVOR_WAYLAND_GL),y)
|
||||
GLMARK2_DEPENDENCIES += libgl wayland
|
||||
GLMARK2_DEPENDENCIES += libgl wayland wayland-protocols
|
||||
GLMARK2_FLAVORS += wayland-gl
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user