summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
index 0f254a1d91..3458c19199 100644
--- a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
+++ b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
@@ -1,20 +1,21 @@
1From 417ff3a03313aa003244990ed5c0188c421e6181 Mon Sep 17 00:00:00 2001 1From f1482e88c2295b9c7288f5b273335a8e18039de8 Mon Sep 17 00:00:00 2001
2From: Fabio Berton <fabio.berton@ossystems.com.br> 2From: Fabio Berton <fabio.berton@ossystems.com.br>
3Date: Wed, 12 Jun 2019 14:18:31 -0300 3Date: Wed, 12 Jun 2019 14:18:31 -0300
4Subject: [PATCH 3/3] Allow enable DRI without DRI drivers 4Subject: [PATCH] Allow enable DRI without DRI drivers
5Organization: O.S. Systems Software LTDA. 5Organization: O.S. Systems Software LTDA.
6 6
7Upstream-Status: Pending 7Upstream-Status: Pending
8 8
9Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> 9Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> 10Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
11Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11--- 12---
12 meson.build | 2 +- 13 meson.build | 2 +-
13 meson_options.txt | 6 ++++++ 14 meson_options.txt | 6 ++++++
14 2 files changed, 7 insertions(+), 1 deletion(-) 15 2 files changed, 7 insertions(+), 1 deletion(-)
15 16
16diff --git a/meson.build b/meson.build 17diff --git a/meson.build b/meson.build
17index 7a07974ba61..5c7cbe38376 100644 18index 0e50bb26c0a..de065c290d6 100644
18--- a/meson.build 19--- a/meson.build
19+++ b/meson.build 20+++ b/meson.build
20@@ -137,7 +137,7 @@ with_dri_r200 = dri_drivers.contains('r200') 21@@ -137,7 +137,7 @@ with_dri_r200 = dri_drivers.contains('r200')
@@ -43,6 +44,3 @@ index fcd49efea27..0529200b3bb 100644
43 option( 44 option(
44 'dri-drivers', 45 'dri-drivers',
45 type : 'array', 46 type : 'array',
46--
472.22.0
48