mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
libICE: fix cross-compilation
Fixes this configure check: checking for xproto xtrans... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes Adopted.
This commit is contained in:
parent
72c5929c12
commit
fe8716ebdc
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'libICE'
|
# Template file for 'libICE'
|
||||||
pkgname=libICE
|
pkgname=libICE
|
||||||
version=1.0.10
|
version=1.0.10
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake libtool xorg-util-macros"
|
hostmakedepends="automake libtool pkg-config xorg-util-macros xtrans"
|
||||||
makedepends="xtrans xorgproto"
|
makedepends="xtrans xorgproto"
|
||||||
short_desc="Inter Client Exchange (ICE) library for X"
|
short_desc="Inter Client Exchange (ICE) library for X"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue