diff options
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.patch | 10 |
1 files changed, 5 insertions, 5 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 c20a1f7c52..a0536c87ac 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,4 +1,4 @@ | |||
1 | From 5ad6515238bc042cccf9959abad44fdee9aeb07f Mon Sep 17 00:00:00 2001 | 1 | From 7eaa21a79ce6d6e92f6bf98c28b68e3fcb4d7874 Mon Sep 17 00:00:00 2001 |
2 | From: Fabio Berton <fabio.berton@ossystems.com.br> | 2 | From: Fabio Berton <fabio.berton@ossystems.com.br> |
3 | Date: Wed, 12 Jun 2019 14:18:31 -0300 | 3 | Date: Wed, 12 Jun 2019 14:18:31 -0300 |
4 | Subject: [PATCH] Allow enable DRI without DRI drivers | 4 | Subject: [PATCH] Allow enable DRI without DRI drivers |
@@ -15,10 +15,10 @@ Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||
15 | 2 files changed, 7 insertions(+), 1 deletion(-) | 15 | 2 files changed, 7 insertions(+), 1 deletion(-) |
16 | 16 | ||
17 | diff --git a/meson.build b/meson.build | 17 | diff --git a/meson.build b/meson.build |
18 | index 1e31eb4..512eec6 100644 | 18 | index a954118..62864c6 100644 |
19 | --- a/meson.build | 19 | --- a/meson.build |
20 | +++ b/meson.build | 20 | +++ b/meson.build |
21 | @@ -147,7 +147,7 @@ with_dri_r200 = dri_drivers.contains('r200') | 21 | @@ -154,7 +154,7 @@ with_dri_r200 = dri_drivers.contains('r200') |
22 | with_dri_nouveau = dri_drivers.contains('nouveau') | 22 | with_dri_nouveau = dri_drivers.contains('nouveau') |
23 | with_dri_swrast = dri_drivers.contains('swrast') | 23 | with_dri_swrast = dri_drivers.contains('swrast') |
24 | 24 | ||
@@ -28,10 +28,10 @@ index 1e31eb4..512eec6 100644 | |||
28 | gallium_drivers = get_option('gallium-drivers') | 28 | gallium_drivers = get_option('gallium-drivers') |
29 | if gallium_drivers.contains('auto') | 29 | if gallium_drivers.contains('auto') |
30 | diff --git a/meson_options.txt b/meson_options.txt | 30 | diff --git a/meson_options.txt b/meson_options.txt |
31 | index 76cef24..a8abd04 100644 | 31 | index 637ff14..700c34c 100644 |
32 | --- a/meson_options.txt | 32 | --- a/meson_options.txt |
33 | +++ b/meson_options.txt | 33 | +++ b/meson_options.txt |
34 | @@ -34,6 +34,12 @@ option( | 34 | @@ -35,6 +35,12 @@ option( |
35 | choices : ['auto', 'true', 'false'], | 35 | choices : ['auto', 'true', 'false'], |
36 | description : 'enable support for dri3' | 36 | description : 'enable support for dri3' |
37 | ) | 37 | ) |