summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/piglit/piglit_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend
index 3caf8aa15..0a4a3a4a4 100644
--- a/recipes-graphics/piglit/piglit_%.bbappend
+++ b/recipes-graphics/piglit/piglit_%.bbappend
@@ -8,8 +8,8 @@ PACKAGECONFIG:remove = " ${PACKAGECONFIG_REMOVE}"
8 8
9PACKAGECONFIG_APPEND ?= " \ 9PACKAGECONFIG_APPEND ?= " \
10 gbm \ 10 gbm \
11 opencl \
12 ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" 11 ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
12PACKAGECONFIG_APPEND:append:imxviv:mx8-nxp-bsp = " opencl"
13PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = "" 13PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = ""
14PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = "" 14PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = ""
15 15