summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 24cc3d08ea..feb152b13d 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,14 +12,10 @@ SECTION = "x11"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" 13LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67"
14 14
15INC_PR = "r1" 15INC_PR = "r2"
16PE = "2" 16PE = "2"
17 17
18 18DEPENDS = "libxml2-native makedepend-native flex-native bison-native"
19PROTO_DEPS = "xf86driproto glproto"
20LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
21
22DEPENDS = "makedepend-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
23 19
24PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2" 20PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2"
25 21
@@ -31,10 +27,13 @@ inherit autotools pkgconfig pythonnative
31EXTRA_OECONF = "--enable-glu \ 27EXTRA_OECONF = "--enable-glu \
32 --disable-glw \ 28 --disable-glw \
33 --disable-glut \ 29 --disable-glut \
34 --enable-glx-tls \
35 --enable-shared-glapi" 30 --enable-shared-glapi"
36 31
37PACKAGECONFIG ??= "${@base_contains('MACHINE_FEATURES', 'x86', 'gles', '', d)}" 32PACKAGECONFIG ??= "${@base_contains('MACHINE_FEATURES', 'x86', 'gles', '', d)} \
33 ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
34
35X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
36PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}"
38 37
39# Multiple virtual/gl providers being built breaks staging 38# Multiple virtual/gl providers being built breaks staging
40EXCLUDE_FROM_WORLD = "1" 39EXCLUDE_FROM_WORLD = "1"