diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-08 07:52:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-24 17:45:29 +0000 |
commit | 4466bca36e52ad3b11b92445b39c4e966893202a (patch) | |
tree | 43ff184b9c14b37c6bfb8d838f1989622d0bcb10 /meta/recipes-graphics | |
parent | e2184328add23bcbe2369fad1d76f7da287078b4 (diff) | |
download | poky-4466bca36e52ad3b11b92445b39c4e966893202a.tar.gz |
piglit: Remove virtual/libgl
virtual/libgl is usually provided by same package that provides
virtual/egl by the stacks which implement it, removing virtual/libgl
means we can build it on stacks not implementing GL
(From OE-Core rev: 8c1ce1d1d6148b6fadc88fbb8585d1169f7e938d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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 865eb4c272..3ae7a14e46 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git" | |||
23 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" | 23 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" |
24 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" | 24 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" |
25 | 25 | ||
26 | DEPENDS = "libpng waffle libxkbcommon virtual/libgl python3-mako-native python3-numpy-native python3-six-native virtual/egl" | 26 | DEPENDS = "libpng waffle libxkbcommon python3-mako-native python3-numpy-native python3-six-native virtual/egl" |
27 | 27 | ||
28 | inherit cmake pkgconfig python3native features_check bash-completion | 28 | inherit cmake pkgconfig python3native features_check bash-completion |
29 | 29 | ||