wok diff gst-plugins-good/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-27)
parents dcea5385bc20
children 2b9378016ce7
line diff
     1.1 --- a/gst-plugins-good/receipt	Sun Sep 22 18:49:49 2013 +0200
     1.2 +++ b/gst-plugins-good/receipt	Fri Sep 27 08:54:59 2013 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  		--disable-esd \
     1.5  		--with-package-name="GStreamer Good Plugins ($SERIES)" \
     1.6  		--with-package-origin="http://www.slitaz.org/" \
     1.7 -		$CONFIGURE_ARGS 2>&1 | grep -v 'set ERROR_' &&
     1.8 +		$CONFIGURE_ARGS &&
     1.9  	make $MAKEFLAGS &&
    1.10  	make install
    1.11  }