In addition to Wayland, SDL2 can run on top of the raw KMS/DRM layer. This allows for fullscreen SDL2 apps to run without the overhead of a full window system underneath.
Signed-off-by: Andrew F. Davis <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index d8e10275..76f7d8f9 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -131,6 +131,9 @@ PACKAGECONFIG_append_pn-netperf = " intervals histogram" # Use OpenGL ES2 for SDL2 PACKAGECONFIG_GL_pn-libsdl2 = "gles2" +# Add KMS/DRM backend support +PACKAGECONFIG_append_pn-libsdl2 = " kmsdrm" + # Enable cryptodev/devcrypto engine in OpenSSL 1.1 PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
