wok-stable diff amule/receipt @ rev 7160

Added libdrm, libdrm-intel, libdrm-nouveau, and libdrm-radeon to libdrm-dev depends. Needed for the .pc files to work with pkg-config.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 07 02:22:12 2010 +0000 (2010-11-07)
parents 18a42b2b3a3d
children 4689b203643a
line diff
     1.1 --- a/amule/receipt	Mon Jun 21 09:21:32 2010 +0200
     1.2 +++ b/amule/receipt	Sun Nov 07 02:22:12 2010 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11