skip test on pkgconf 2.0.1 that is broken there due to a reported bug

pull/12134/head
Eli Schwartz 2 years ago
parent e313f78465
commit 98232eb036
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      test cases/common/44 pkgconfig-gen/dependencies/meson.build

@ -1,5 +1,9 @@
project('pkgconfig-gen-dependencies', 'c', version: '1.0')
if find_program('pkg-config').version() == '2.0.1'
error('MESON_SKIP_TEST: cannot test uninstalled.pc due to https://github.com/pkgconf/pkgconf/issues/310#issuecomment-1677844842')
endif
pkgg = import('pkgconfig')
# libmain internally use libinternal and expose libexpose in its API

Loading…
Cancel
Save