mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libpciaccess: update to 0.18 and meson
log: - https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/compare/libpciaccess-0.17...libpciaccess-0.18?from_project_id=743&straight=false
This commit is contained in:
parent
f3c6fb0108
commit
9f123e577f
@ -3,18 +3,16 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libpciaccess"
|
||||
PKG_VERSION="0.17"
|
||||
PKG_SHA256="74283ba3c974913029e7a547496a29145b07ec51732bbb5b5c58d5025ad95b73"
|
||||
PKG_VERSION="0.18"
|
||||
PKG_SHA256="5461b0257d495254346f52a9c329b44b346262663675d3fecdb204a7e7c262a9"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://freedesktop.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros zlib"
|
||||
PKG_LONGDESC="X.org libpciaccess library."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_asm_mtrr_h=set \
|
||||
--with-pciids-path=/usr/share \
|
||||
--with-zlib "
|
||||
PKG_MESON_OPTS_TARGET="-Dpci-ids=/usr/share \
|
||||
-Dzlib=enabled"
|
||||
|
||||
pre_configure_target() {
|
||||
CFLAGS+=" -D_LARGEFILE64_SOURCE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user