wok-next diff mesa12/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f99935f1778a
children 5669e8b3be70
line diff
     1.1 --- a/mesa12/receipt	Fri Aug 24 15:29:24 2018 +0300
     1.2 +++ b/mesa12/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  xorg-libxcb-dev xorg-libxshmfence-dev xorg-libX11-dev xorg-libXext-dev \
     1.5  xorg-libXdamage-dev xorg-libXfixes-dev xorg-libXxf86vm-dev expat-dev \
     1.6  elfutils-dev llvm-dev xorg-libpciaccess-dev"
     1.7 -SPLIT="mesa12 mesa12-dev mesa12-dri mesa12-libegl"
     1.8 +SPLIT="$PACKAGE-dev $PACKAGE-dri $PACKAGE-libegl"
     1.9  
    1.10  compile_rules() {
    1.11  	# "swr" driver is disabled due to compilation errors
    1.12 @@ -40,7 +40,8 @@
    1.13  
    1.14  	unset GLL_DRV &&
    1.15  
    1.16 -	make && make install || return 1
    1.17 +	make &&
    1.18 +	make install || return 1
    1.19  
    1.20  	install -Dm644 $stuff/90-DRI.conf $install/etc/X11/xorg.conf.d/90-DRI.conf
    1.21  }