wok-next rev 19906
libglu-mesa, libglw-mesa : update bdeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 12 20:12:35 2017 +0200 (2017-10-12) |
parents | b3396910c619 |
children | 30522fa01aed |
files | libglu-mesa/receipt libglw-mesa/receipt |
line diff
1.1 --- a/libglu-mesa/receipt Thu Oct 12 19:04:50 2017 +0200 1.2 +++ b/libglu-mesa/receipt Thu Oct 12 20:12:35 2017 +0200 1.3 @@ -12,7 +12,8 @@ 1.4 PROVIDE="libglu" 1.5 1.6 DEPENDS="glibc-base gcc-lib-base mesa" 1.7 -BUILD_DEPENDS="mesa-dev automake autoconf libtool expat-dev xorg-dev" 1.8 +BUILD_DEPENDS="mesa-dev automake autoconf libtool expat-dev xorg-dev \ 1.9 + xorg-libxshmfence-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()
2.1 --- a/libglw-mesa/receipt Thu Oct 12 19:04:50 2017 +0200 2.2 +++ b/libglw-mesa/receipt Thu Oct 12 20:12:35 2017 +0200 2.3 @@ -12,14 +12,13 @@ 2.4 PROVIDE="libglw" 2.5 2.6 DEPENDS="glibc-base util-linux-uuid zlib freetype lesstif mesa \ 2.7 -xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \ 2.8 -lesstif expat-dev xorg-dev" 2.9 -BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-dev" 2.10 +xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt" 2.11 +BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-dev \ 2.12 + expat-dev xorg-dev intltool gettext xorg-libxshmfence-dev" 2.13 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 { 2.17 - cd $src 2.18 ./autogen.sh 2.19 ./configure \ 2.20 --prefix=/usr \