wok diff mesa-wayland/receipt @ rev 20006
Add: description.txt :: Following the standardization of packages.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 03:46:40 2017 -0300 (2017-08-02) |
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 Wed Aug 02 03:46:40 2017 -0300 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} \