From e7424d72405a1cb1fb5ac625b340043aaa9f88be Mon Sep 17 00:00:00 2001
From: Chia-I Wu ${libdir}/egl
.
--with-egl-platforms
List the platforms (window systems) to support. Its argument is a comma
-seprated string such as --with-egl-platforms=x11,kms
. It decides
+seprated string such as --with-egl-platforms=x11,drm
. It decides
the platforms a driver may support. The first listed platform is also used by
the main library to decide the native platform: the platform the EGL native
types such as EGLNativeDisplayType
or
EGLNativeWindowType
defined for.
The available platforms are x11
, kms
,
+
The available platforms are x11
, drm
,
fbdev
, and gdi
. The gdi
platform can
only be built with SCons.