wok-current rev 23645
openal: added dependency libatomic
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 13:45:45 2020 +0100 (2020-04-20) |
parents | 8efe024dc99f |
children | 0c66c08c2e82 |
files | openal/receipt |
line diff
1.1 --- a/openal/receipt Mon Apr 20 13:36:35 2020 +0100 1.2 +++ b/openal/receipt Mon Apr 20 13:45:45 2020 +0100 1.3 @@ -13,8 +13,8 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WGET_URL="${WEB_SITE}$PACKAGE-releases/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base" 1.8 -BUILD_DEPENDS="cmake gcc83" 1.9 +DEPENDS="gcc83-lib-base libatomic" 1.10 +BUILD_DEPENDS="cmake gcc83 libatomic" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()