wok-6.x
diff mesa/receipt @ rev 6561
Added libxcb-dev to depends of xorg-libX11-dev. Need for pkg-config --cflags x11-xcb to work.
author |
Christopher Rogers <slaxemulator@gmail.com> |
date |
Thu Oct 07 23:29:59 2010 +0000 (2010-10-07) |
parents |
3bd7d606c2e3 |
children |
f03e80442706 |
line diff
1.1 --- a/mesa/receipt Wed May 12 15:55:54 2010 -0400
1.2 +++ b/mesa/receipt Thu Oct 07 23:29:59 2010 +0000
1.3 @@ -43,7 +43,7 @@
1.4 --disable-gallium-intel \
1.5 --disable-gallium \
1.6 $CONFIGURE_ARGS &&
1.7 - make &&
1.8 + make -j 4 &&
1.9 make DESTDIR=$PWD/_pkg install
1.10 }
1.11