1SUMMARY = "Generic PCI access library for X" 2DESCRIPTION = "libpciaccess provides functionality for X to access the \ 3PCI bus and devices in a platform-independent way." 4 5HOMEPAGE = "http://www.x.org" 6BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 7SECTION = "x11/libs" 8 9LICENSE = "MIT" 10LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352" 11 12DEPENDS = "util-macros" 13 14SRC_URI = "${XORG_MIRROR}/individual/lib/${BP}.tar.xz" 15SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" 16 17inherit pkgconfig meson 18 19PACKAGECONFIG ?= "zlib" 20PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib" 21 22BBCLASSEXTEND = "native nativesdk" 23