summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index bf1492b422..5838207e6b 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -10,7 +10,7 @@ HOMEPAGE = "http://mesa3d.org"
10BUGTRACKER = "https://bugs.freedesktop.org" 10BUGTRACKER = "https://bugs.freedesktop.org"
11SECTION = "x11" 11SECTION = "x11"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://docs/license.html;md5=725f991a1cc322aa7a0cd3a2016621c4" 13LIC_FILES_CHKSUM = "file://docs/license.html;md5=3a4999caf82cc503ac8b9e37c235782e"
14 14
15PE = "2" 15PE = "2"
16 16
@@ -57,12 +57,12 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v
57 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri gallium', '', d)} \ 57 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri gallium', '', d)} \
58 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)} \ 58 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)} \
59 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ 59 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
60 glx-tls \ 60 elf-tls \
61 " 61 "
62PACKAGECONFIG_class-native ?= "gbm dri egl opengl glx-tls" 62PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls"
63PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl glx-tls" 63PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls"
64 64
65PACKAGECONFIG_remove_libc-musl = "glx-tls" 65PACKAGECONFIG_remove_libc-musl = "elf-tls"
66 66
67# "gbm" requires "dri", "opengl" 67# "gbm" requires "dri", "opengl"
68PACKAGECONFIG[gbm] = "-Dgbm=true,-Dgbm=false" 68PACKAGECONFIG[gbm] = "-Dgbm=true,-Dgbm=false"
@@ -70,7 +70,7 @@ PACKAGECONFIG[gbm] = "-Dgbm=true,-Dgbm=false"
70X11_DEPS = "xorgproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes xrandr" 70X11_DEPS = "xorgproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes xrandr"
71# "x11" requires "opengl" 71# "x11" requires "opengl"
72PACKAGECONFIG[x11] = ",-Dglx=disabled,${X11_DEPS}" 72PACKAGECONFIG[x11] = ",-Dglx=disabled,${X11_DEPS}"
73PACKAGECONFIG[glx-tls] = "-Dglx-tls=true, -Dglx-tls=false" 73PACKAGECONFIG[elf-tls] = "-Delf-tls=true, -Delf-tls=false"
74PACKAGECONFIG[xvmc] = "-Dgallium-xvmc=true,-Dgallium-xvmc=false,libxvmc" 74PACKAGECONFIG[xvmc] = "-Dgallium-xvmc=true,-Dgallium-xvmc=false,libxvmc"
75PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm wayland-protocols" 75PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm wayland-protocols"
76 76