[gnome-continuous] Update Mesa config-opts
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Update Mesa config-opts
- Date: Mon, 2 Sep 2019 23:18:16 +0000 (UTC)
commit bd6c6b092c338c5d9c8caad07da85106df3c20a2
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Sep 3 00:18:06 2019 +0100
Update Mesa config-opts
manifest.json | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 5e2ca23..b5c811a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -321,28 +321,24 @@
{"src": "fd-mesa:mesa",
"cflags": {
- "x86_64": "-g -m64 -mtune=generic",
- "i686": "-g -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables"
+ "x86_64": "-g -m64 -mtune=generic"
},
"patches": ["mesa-nv50-fix-build.patch"],
"config-opts": [
- "--host=x86_64-gnomeostree-linux",
- "--disable-asm",
- "--enable-osmesa",
- "--with-dri-driverdir=/usr/lib/dri",
- "--enable-egl",
- "--enable-gles1",
- "--enable-gles2",
- "--with-egl-platforms=wayland,x11,drm",
- "--enable-shared-glapi",
- "--enable-gbm",
- "--enable-xa",
- "--with-llvm-config-dir=/usr/bin/llvm3.3",
- "--with-gallium-drivers=svga,r300,nouveau,swrast,virgl",
- "--enable-llvm",
- "--with-vulkan-drivers=intel",
- "--with-dri-drivers=nouveau,radeon,r200,i915,i965,swrast"
- ]},
+ "-Dplatforms=x11,wayland,drm",
+ "-Dosmesa=classic",
+ "-Ddri-drivers-path=/usr/lib/dri",
+ "-Degl=true",
+ "-Dgles1=true",
+ "-Dgles2=true",
+ "-Dshared-glapi=true",
+ "-Dgbm=true",
+ "-Dgallium-xa=true",
+ "-Dllvm=true",
+ "-Dgallium-drivers=svga,r300,nouveau,swrast,virgl",
+ "-Dvulkan-drivers=intel",
+ "-Ddri-drivers=nouveau,radeon,r200,i915,i965,swrast"]},
+
{"src": "git:https://gitlab.freedesktop.org/mesa/glu.git",
"name": "glu"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]