wok rev 18433
audacious-plugins: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 22 08:53:20 2015 +0200 (2015-09-22) |
parents | b3adb193646d |
children | 4260fa3444db |
files | audacious-plugins/receipt |
line diff
1.1 --- a/audacious-plugins/receipt Tue Sep 22 00:31:02 2015 +0200 1.2 +++ b/audacious-plugins/receipt Tue Sep 22 08:53:20 2015 +0200 1.3 @@ -16,12 +16,11 @@ 1.4 BUILD_DEPENDS="audacious-dev audacious neon-dev flac-dev libogg-dev \ 1.5 libvorbis-dev libmowgli-dev alsa-lib-dev lame-dev libmad-dev dbus-glib-dev \ 1.6 libmcs-dev libsamplerate-dev mpg123-dev faad2-dev curl-dev \ 1.7 -libxml2-dev gtk+3-dev" 1.8 +libxml2-dev gtk+3-dev mesa-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 sed -i "s/touch -t 0001010000 /touch /g" configure 1.15 #XML_CFLAGS=-I/usr/include/libxml2 1.16 ./configure \ 1.17 @@ -48,4 +47,3 @@ 1.18 cp -a $install/usr/lib $fs/usr 1.19 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.20 } 1.21 -