mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libsdl2-ttf: Change depenendency from virtual/libgl to virtual/egl
Fixes build on graphics drivers not providing GL implementation Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Simple DirectMedia Layer truetype font library"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "virtual/libsdl2 freetype virtual/libgl"
|
||||
DEPENDS = "virtual/libsdl2 freetype virtual/egl"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e98cfd01ca78f683e9d035795810ce87"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user