From 1ebb62d0f66ec7c74fe7b3f4d7dc751aa156f48f Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 6 Apr 2021 09:20:51 +0200 Subject: mesa-etnaviv-env: Add a recipe to set environment variables for mesa/entaviv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * we have several options to start an x-session. To not touch all, set environment variables globally * Inspired by [1] [1] https://gitlab.freedesktop.org/mesa/mesa/-/issues/3721 Signed-off-by: Andreas Müller --- recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf (limited to 'recipes-graphics/mesa/mesa-etnaviv-env') diff --git a/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf new file mode 100644 index 000000000..db4f8740c --- /dev/null +++ b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf @@ -0,0 +1,3 @@ +[Manager] +DefaultEnvironment=MESA_GL_VERSION_OVERRIDE=2.1 ETNA_MESA_DEBUG=nir + -- cgit v1.2.3-54-g00ecf