summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-07-11 16:42:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-13 23:28:31 +0100
commit020b1e81164995646e3036827268de35d2e79946 (patch)
treef1e95a73fb0fc8f5dd38de122dce416108663f20 /meta/recipes-graphics/mesa
parenta3518ccb6be7d8e315c3840550381c60aeace5c6 (diff)
downloadpoky-020b1e81164995646e3036827268de35d2e79946.tar.gz
mesa: Add packageconfig knob to control tegra gallium driver
(From OE-Core rev: f7c9a635b933b3bfc87c686faa7df00bdbf4d9b5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index d56def2916..c426e8fddd 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -199,6 +199,9 @@ GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '
199PACKAGECONFIG[panfrost] = "" 199PACKAGECONFIG[panfrost] = ""
200GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}" 200GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
201 201
202PACKAGECONFIG[tegra] = ""
203GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}"
204
202PACKAGECONFIG[vulkan-beta] = "-Dvulkan-beta=true,-Dvulkan-beta=false" 205PACKAGECONFIG[vulkan-beta] = "-Dvulkan-beta=true,-Dvulkan-beta=false"
203 206
204PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false" 207PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false"