mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libx11: Disable devel: lib provides.
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="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libX11-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1"
|
||||
SOURCE_DIR="libX11-$portVersion"
|
||||
@@ -92,14 +92,14 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libx11${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libX11$secondaryArchSuffix = 6.3.0 compat >= 6
|
||||
devel:libX11_xcb$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
# devel:libX11$secondaryArchSuffix = 6.3.0 compat >= 6
|
||||
# devel:libX11_xcb$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libx11$secondaryArchSuffix == $portVersion base
|
||||
devel:libXcb$secondaryArchSuffix
|
||||
devel:kbproto
|
||||
devel:xproto
|
||||
# devel:libxcb omitted intentionally, recipes which need it can declare it
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user