# HG changeset patch # User Christophe Lincoln # Date 1335341697 -7200 # Node ID 33efedb07365c5aaf3a0bc21b46ff28f42b816bd # Parent 9d6cb53d20cddba4dfd963ef86a7ae0af19ef0bc xine-ui: add libpng-dev to bdeps diff -r 9d6cb53d20cd -r 33efedb07365 xine-ui/receipt --- a/xine-ui/receipt Wed Apr 25 10:04:32 2012 +0200 +++ b/xine-ui/receipt Wed Apr 25 10:14:57 2012 +0200 @@ -12,7 +12,8 @@ # Keep Xine small for Live system, we have MPlaye or VLC has big video player. DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \ xorg-libXft xorg-libXxf86vm" -BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev" +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \ +libpng-dev" # Rules to configure and make the package. compile_rules()