mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libpciaccess: It's broke, incomplete. Disable
* See https://github.com/haikuports/haikuports/issues/5122 for more information. * haiku_pci.c needs written using our "poke" driver. * Partial version at ticket above. * Not really needed, unless we need libdrm_intel for i915
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#
|
||||
# SPECIAL CONSIDERATIONS!!
|
||||
# SEE https://github.com/haikuports/haikuports/issues/5122 !!!
|
||||
#
|
||||
SUMMARY="Standardized interface for PCI access"
|
||||
DESCRIPTION="Standardized interface for accessing PCI devices."
|
||||
HOMEPAGE="https://www.x.org/releases/individual/lib/"
|
||||
@@ -20,8 +24,8 @@ SOURCE_URI="https://www.x.org/releases/individual/lib/libpciaccess-$portVersion.
|
||||
CHECKSUM_SHA256="3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4"
|
||||
PATCHES="libpciaccess-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
|
||||
libVersion="0.11.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
Reference in New Issue
Block a user