update to libpciacces 0.18.1 removes the autotools build system and add a simple make based one. The existing xenocara obj dir needs to be wiped before a make obj / make buildx

This commit is contained in:
purplerain 2024-05-18 01:06:01 +00:00
parent f60577aa63
commit 0c289f288c
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
43 changed files with 1418 additions and 10157 deletions

View file

@ -21,7 +21,7 @@
project(
'libpciaccess',
['c'],
version : '0.17',
version : '0.18.1',
license : 'MIT',
meson_version : '>= 0.48.0',
default_options : ['buildtype=debugoptimized'],