diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 5c013ef94f..f468120f80 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -45,4 +45,7 @@ do_install() { | |||
45 | 45 | ||
46 | FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/" | 46 | FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/" |
47 | 47 | ||
48 | RDEPENDS_${PN} = "python waffle python-json python-subprocess python-multiprocessing python-textutils python-netserver python-shell mesa-demos" | 48 | RDEPENDS_${PN} = "python waffle python-json python-subprocess \ |
49 | python-multiprocessing python-textutils python-netserver python-shell \ | ||
50 | mesa-demos bash \ | ||
51 | " | ||