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