wok-next diff squeak-vm/receipt @ rev 21150
All the sorts of Lua 5
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 30 23:34:32 2019 +0200 (2019-01-30) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/squeak-vm/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/squeak-vm/receipt Wed Jan 30 23:34:32 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="Squeak-$VERSION-src.tar.gz" 1.5 WGET_URL="http://squeakvm.org/unix/release/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="alsa-lib-dev dbus-dev xorg-libXrender-dev cmake" 1.8 +BUILD_DEPENDS="alsa-lib-dev dbus-dev libxrender-dev cmake" 1.9 1.10 compile_rules() { 1.11 ./unix/cmake/configure \ 1.12 @@ -26,6 +26,6 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="alsa-lib dbus xorg-libXrender" 1.17 + DEPENDS="alsa-lib dbus libxrender" 1.18 SUGGESTED="scratch" 1.19 }