wok diff xine-ui/receipt @ rev 13933
linux: typo in check_modules.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 12:24:06 2013 +0100 (2013-01-26) |
parents | 044f7a53c852 |
children | 20df32ac3945 |
line diff
1.1 --- a/xine-ui/receipt Wed Apr 25 00:40:43 2012 +0200 1.2 +++ b/xine-ui/receipt Sat Jan 26 12:24:06 2013 +0100 1.3 @@ -12,7 +12,8 @@ 1.4 # Keep Xine small for Live system, we have MPlaye or VLC has big video player. 1.5 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \ 1.6 xorg-libXft xorg-libXxf86vm" 1.7 -BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev" 1.8 +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \ 1.9 +libpng-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()