Skip to content

build: use --version instead of --api-version for cups-config

--api-version returns 1.6 with cups 2.1.0 which breaks the build on older macOS.

Looking at the upstream git history the value is hardcoded and only randomly updated as part of cleanup commits, so it looks like it shouldn't be used.

Just use --version instead which gives us the real cups version.

Merge request reports