wok diff mesa-wayland/receipt @ rev 19512
busybox: add hd (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 22 15:47:28 2016 +0100 (2016-11-22) |
parents | 03b2309fd335 |
children | a78610b2eb47 |
line diff
1.1 --- a/mesa-wayland/receipt Mon May 23 23:56:45 2016 +0300 1.2 +++ b/mesa-wayland/receipt Tue Nov 22 15:47:28 2016 +0100 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} \