From d418d6e3a4a5b8c8e03a899a0110d487eb475a7c Mon Sep 17 00:00:00 2001 From: fbrosson Date: Thu, 5 Jul 2018 12:46:24 +0000 Subject: [PATCH] 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. --- x11-libs/libx11/libx11-1.6.5.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/libx11/libx11-1.6.5.recipe b/x11-libs/libx11/libx11-1.6.5.recipe index a08267152..c4ad1455d 100644 --- a/x11-libs/libx11/libx11-1.6.5.recipe +++ b/x11-libs/libx11/libx11-1.6.5.recipe @@ -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 "