mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 12:38:51 +02:00
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:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user