wok-next diff mesa-wayland/receipt @ rev 19158

mesa*: fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed May 25 23:07:05 2016 +0200 (2016-05-25)
parents 03b2309fd335
children 2985612f2b3f
line diff
     1.1 --- a/mesa-wayland/receipt	Mon May 23 23:56:45 2016 +0300
     1.2 +++ b/mesa-wayland/receipt	Wed May 25 23:07:05 2016 +0200
     1.3 @@ -32,6 +32,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	find . -name 'nouveau*.h' | \
     1.8 +		xargs sed -i 's|libdrm/nouveau.h|libdrm/nouveau/nouveau.h|'
     1.9  	./autogen.sh \
    1.10  		--prefix=/usr \
    1.11  		--sysconfdir=/etc/X11/${PACKAGE} \