mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-18 12:02:28 +01:00
16 lines
526 B
Diff
16 lines
526 B
Diff
pkgconf>=2.4.0 errors out if the pc files of Requires.private are not found
|
|
|
|
--- "a/subprojects/meson-tests/common/44 pkgconfig-gen/meson.build"
|
|
+++ "b/subprojects/meson-tests/common/44 pkgconfig-gen/meson.build"
|
|
@@ -35,6 +35,10 @@
|
|
|
|
# generate for systems without a glib pc file
|
|
pkgg.generate(name: 'glib-2.0', dataonly: true)
|
|
+if v.version_compare('>=2.4.0')
|
|
+ pkgg.generate(name: 'gio-2.0', dataonly: true)
|
|
+ pkgg.generate(name: 'gobject-2.0', dataonly: true)
|
|
+endif
|
|
|
|
pkgg.generate(
|
|
libraries: [lib, '-lz'],
|