wok-next diff workerfm/receipt @ rev 21206
try to build assaultcube again
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 09:25:03 2019 +0100 (2019-12-02) |
parents | e4425aeb7078 |
children |
line diff
1.1 --- a/workerfm/receipt Wed May 30 20:13:48 2018 +0300 1.2 +++ b/workerfm/receipt Mon Dec 02 09:25:03 2019 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="$WEB_SITE/downloads/$TARBALL" 1.5 1.6 BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \ 1.7 -xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev" 1.8 +libx11-dev libxft-dev libxinerama-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -24,6 +24,6 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="avfs dbus hal libmagic xorg-libX11 xorg-libXinerama \ 1.17 - xorg-xmessage" 1.18 + DEPENDS="avfs dbus hal libmagic libx11 libxinerama \ 1.19 + xmessage" 1.20 }