diff options
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 96f93fb69b..b3469fabe1 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git" | |||
25 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" | 25 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" |
26 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" | 26 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" |
27 | 27 | ||
28 | DEPENDS = "libpng waffle libxkbcommon python3-mako-native python3-numpy-native python3-six-native virtual/egl" | 28 | DEPENDS = "libpng waffle libxkbcommon python3-mako-native python3-numpy-native virtual/egl" |
29 | 29 | ||
30 | inherit cmake pkgconfig python3native features_check bash-completion | 30 | inherit cmake pkgconfig python3native features_check bash-completion |
31 | 31 | ||
@@ -64,7 +64,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
64 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ | 64 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ |
65 | python3-misc \ | 65 | python3-misc \ |
66 | python3-unixadmin python3-xml python3-multiprocessing \ | 66 | python3-unixadmin python3-xml python3-multiprocessing \ |
67 | python3-six python3-shell python3-io \ | 67 | python3-shell python3-io \ |
68 | python3-netserver bash \ | 68 | python3-netserver bash \ |
69 | " | 69 | " |
70 | 70 | ||