libXfixes: use xorgproto.

This commit is contained in:
maxice8 2018-02-21 18:18:44 -03:00 committed by Leаh Neukirchen
parent fdc878c313
commit b19bbb14d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template build file for 'libXfixes'. # Template build file for 'libXfixes'.
pkgname=libXfixes pkgname=libXfixes
version=5.0.3 version=5.0.3
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="xproto xextproto fixesproto libX11-devel" makedepends="xorgproto libX11-devel"
short_desc="Xfixes library and extension of X RandR from modular X.org" short_desc="Xfixes library and extension of X RandR from modular X.org"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="${XORG_SITE}" homepage="${XORG_SITE}"