mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xlockmore: rebuild for libxcrypt
This commit is contained in:
parent
4cfd860259
commit
018923c9a7
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xlockmore'
|
||||
pkgname=xlockmore
|
||||
version=5.74
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -16,6 +16,10 @@ distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
|
|||
checksum=488adee067a8be431a586e0d47ef6d7dd86b31768b48f04ee492f2f111165184
|
||||
CFLAGS="-D_DEFAULT_SOURCE"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
build_options="opengl"
|
||||
desc_option_opengl="Enable OpenGL modes"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue