libX11: fix BUILD_REQUIRES, as libxcb's PROVIDES was modified.

We probably don't need to keep a versioned dependency on libxcb, so
let's commented it out.
This commit is contained in:
fbrosson
2018-07-05 12:46:24 +00:00
parent c1b8433e3e
commit d418d6e3a4

View File

@@ -66,7 +66,7 @@ COPYRIGHT="2003-2006,2008 Jamey Sharp, Josh Triplett
"
# TODO: check all the licenses in the COPYING file in the next century.
LICENSE="MIT"
REVISION="3"
REVISION="4"
SOURCE_URI="https://www.x.org/releases/individual/lib/libX11-$portVersion.tar.gz"
CHECKSUM_SHA256="3abce972ba62620611fab5b404dafb852da3da54e7c287831c30863011d28fb3"
SOURCE_DIR="libX11-$portVersion"
@@ -101,6 +101,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
# libxcb${secondaryArchSuffix}_devel >= 1.11.1
lib:libxcb$secondaryArchSuffix
lib:libxau$secondaryArchSuffix
devel:util_macros$secondaryArchSuffix
@@ -111,7 +112,7 @@ BUILD_REQUIRES="
devel:xcb_proto$secondaryArchSuffix
devel:libxslt$secondaryArchSuffix
devel:libpthread_stubs$secondaryArchSuffix
devel:libxcb$secondaryArchSuffix >= 1.11.1
devel:libxcb$secondaryArchSuffix
devel:libxau$secondaryArchSuffix
devel:xextproto$secondaryArchSuffix
"