mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
kmscube: add build dependency on virtual/libgles3
texturator requires GLES 3 headers and libs so let's explicit this dependency. This was not detected until now because mesa, the default provider, actually provides both Open GLES 2 and 3 compliant implementations. Cc: Quentin Schulz <foss+yocto@0leil.net> (From OE-Core rev: a8bac1006d87d0a702630607f6c46d2f4926776e) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dcf07d0ac2
commit
ddbef1f624
@@ -6,7 +6,7 @@ OpenGL or OpenGL ES."
|
||||
HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "graphics"
|
||||
DEPENDS = "virtual/libgles2 virtual/egl libdrm"
|
||||
DEPENDS = "virtual/libgles3 virtual/libgles2 virtual/egl libdrm"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user