]> git.ipfire.org Git - thirdparty/collectd.git/commit
gpu_sysman: change configure to use pkg-config for dependency 4239/head
authorEero Tamminen <eero.t.tamminen@intel.com>
Wed, 17 Jan 2024 18:49:20 +0000 (20:49 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 20 Jan 2024 21:04:49 +0000 (22:04 +0100)
commit91b024844054a4cb78b7f1ada02e6ecaac5dca6e
tree7ed618ddefc00c8c4fda6bc28d8d49784a4084af
parentddeacd0ce8b8d9ed52f40f608e6231730de944ed
gpu_sysman: change configure to use pkg-config for dependency

And enable Sysman plugin automatically when dependency is found.

While GPU plugin uses just Sysman API subset of the Level-Zero API
family, name of the used library / loader is level-zero => dropped
"--with-sysman" option and renamed configure variables.

Also, now that Level-Zero packages are in the distributions, Sysman
API GPU plugin could be enabled by default when pkg-config finds
level-zero. This simplifies config code.

Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Makefile.am
configure.ac