diff options
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 63c0cf1ac0..060e287f26 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -38,7 +38,7 @@ do_compile[dirs] =+ "${B}/temp/" | |||
38 | 38 | ||
39 | PACKAGECONFIG ??= " \ | 39 | PACKAGECONFIG ??= " \ |
40 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glx', '', d)} \ | 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glx', '', d)} \ |
41 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | 41 | ${@bb.utils.filter('DISTRO_FEATURES', 'opencl wayland', d)} \ |
42 | " | 42 | " |
43 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," | 43 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," |
44 | PACKAGECONFIG[glx] = "-DPIGLIT_BUILD_GLX_TESTS=ON,-DPIGLIT_BUILD_GLX_TESTS=OFF" | 44 | PACKAGECONFIG[glx] = "-DPIGLIT_BUILD_GLX_TESTS=ON,-DPIGLIT_BUILD_GLX_TESTS=OFF" |