libX11: libXcursor is dlopen(3)ed, so don't add the rundep.
Adding the rundep causes an endless loop. --HG-- extra : convert_revision : a6b2f7bb30b9e9ae64dd677eda1f8df9279aa635
This commit is contained in:
parent
26d8b6139b
commit
9a239cda89
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libX11'.
|
||||
pkgname=libX11
|
||||
version=1.3.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"
|
||||
|
@ -16,7 +16,6 @@ long_desc="
|
|||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libXcursor
|
||||
Add_dependency run libxcb
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build xproto
|
||||
|
|
Loading…
Reference in New Issue