xlockmore: add support for xinerama
This commit is contained in:
parent
e67958aeb5
commit
25ee960c26
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'xlockmore'
|
# Template file for 'xlockmore'
|
||||||
pkgname=xlockmore
|
pkgname=xlockmore
|
||||||
version=5.56
|
version=5.56
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="$(vopt_with xinerama)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel libXt-devel libXext-devel"
|
makedepends="freetype-devel libXt-devel libXext-devel libXinerama-devel"
|
||||||
short_desc="Provides the 'xlock' X screen locker"
|
short_desc="Provides the 'xlock' X screen locker"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -12,6 +13,8 @@ homepage="http://sillycycle.com/xlockmore.html"
|
||||||
distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
|
distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
|
||||||
checksum=a0dd8eb470bbda89b3ffdfaeb85c8a675c7469a1b657333eee906b9bd3b1e1b5
|
checksum=a0dd8eb470bbda89b3ffdfaeb85c8a675c7469a1b657333eee906b9bd3b1e1b5
|
||||||
CFLAGS="-D_DEFAULT_SOURCE"
|
CFLAGS="-D_DEFAULT_SOURCE"
|
||||||
|
build_options="xinerama"
|
||||||
|
build_options_default="xinerama"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export X_EXTRA_LIBS="$LDFLAGS"
|
export X_EXTRA_LIBS="$LDFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue