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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 83705fc34d..bb39e2f369 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -183,7 +183,7 @@ CFLAGS:append:armv5 = " -DMISSING_64BIT_ATOMICS"
183CFLAGS:append:armv6 = " -DMISSING_64BIT_ATOMICS" 183CFLAGS:append:armv6 = " -DMISSING_64BIT_ATOMICS"
184 184
185# Remove the mesa dependency on mesa-dev, as mesa is empty 185# Remove the mesa dependency on mesa-dev, as mesa is empty
186RDEPENDS:${PN}-dev = "" 186DEV_PKG_DEPENDENCY = ""
187 187
188# Khronos documentation says that include/GLES2/gl2ext.h can be used for 188# Khronos documentation says that include/GLES2/gl2ext.h can be used for
189# OpenGL ES 3 specification as well as for OpenGL ES 2. 189# OpenGL ES 3 specification as well as for OpenGL ES 2.