mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 02:30:56 +00:00
Set HAVE_PLAIN_DRM to no by default
This commit is contained in:
parent
defe51ff69
commit
3f29e731e2
@ -309,7 +309,6 @@ fi
|
||||
if [ "$HAVE_KMS" != "no" ]; then
|
||||
check_pkgconf GBM gbm 9.0
|
||||
check_pkgconf DRM libdrm
|
||||
check_pkgconf PLAIN_DRM libdrm 2.4.65
|
||||
if [ "$HAVE_GBM" = "yes" ] && [ "$HAVE_DRM" = "yes" ] && [ "$HAVE_EGL" = "yes" ]; then
|
||||
HAVE_KMS=yes
|
||||
elif [ "$HAVE_KMS" = "yes" ]; then
|
||||
|
@ -35,6 +35,7 @@ HAVE_X11=auto # everything X11.
|
||||
HAVE_OMAP=no # OMAP video support
|
||||
HAVE_XINERAMA=auto # Xinerama support.
|
||||
HAVE_KMS=auto # KMS context support
|
||||
HAVE_PLAIN_DRM=no # Plain DRM video support
|
||||
HAVE_EXYNOS=no # Exynos video support
|
||||
HAVE_DISPMANX=no # Dispmanx video support
|
||||
HAVE_SUNXI=no # Sunxi video support
|
||||
|
Loading…
x
Reference in New Issue
Block a user