wok-current diff gst-plugins-ugly/receipt @ rev 6389
Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 23 18:31:29 2010 +0000 (2010-09-23) |
parents | 9f19aee613be |
children | 328ad128bd21 |
line diff
1.1 --- a/gst-plugins-ugly/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/gst-plugins-ugly/receipt Thu Sep 23 18:31:29 2010 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11