# HG changeset patch # User Hans-G?nter Theisgen # Date 1574786565 -3600 # Node ID b1276b2c9dc164bc61e1b05d2b382569b43ccfc1 # Parent 8059ea7ccfca4af85aa91aa36084ad4d3c459ee5 kivy: added build dependencies diff -r 8059ea7ccfca -r b1276b2c9dc1 kivy/receipt --- a/kivy/receipt Tue Nov 26 17:37:07 2019 +0100 +++ b/kivy/receipt Tue Nov 26 17:42:45 2019 +0100 @@ -13,7 +13,8 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="glew-dev mesa-dev python-cython python-dev" +BUILD_DEPENDS="glew-dev gstreamer-1.0-dev libsdl2-dev libsdl2-image-dev + libsdl2-mixer-dev libsdl2-ttf-dev mesa-dev python-cython python-dev" # Rules to configure and make the package. compile_rules()