mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 23:37:11 +00:00
Require EGL to be present if KMS is compiled.
This commit is contained in:
parent
1d2d09905b
commit
8dcb59318b
@ -128,12 +128,14 @@ fi
|
||||
|
||||
check_lib DYNAMIC "$DYLIB" dlopen
|
||||
|
||||
HAVE_EGL=no
|
||||
if [ "$HAVE_KMS" = "yes" ]; then
|
||||
check_pkgconf GBM gbm
|
||||
check_pkgconf DRM libdrm
|
||||
|
||||
if [ "$HAVE_GBM" = "yes" ] && [ "$HAVE_DRM" = "yes" ]; then
|
||||
HAVE_KMS=yes
|
||||
HAVE_EGL=yes
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user