3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/malcontent/use-system-dependencies.patch

16 lines
472 B
Diff
Raw Normal View History

2020-02-08 05:16:13 +00:00
diff --git a/meson.build b/meson.build
index 3575224..0abea63 100644
2020-02-08 05:16:13 +00:00
--- a/meson.build
+++ b/meson.build
@@ -40,9 +40,8 @@ polkit_gobject = dependency('polkit-gobject-1')
2020-02-08 05:16:13 +00:00
polkitpolicydir = polkit_gobject.get_pkgconfig_variable('policydir',
define_variable: ['prefix', prefix])
-libglib_testing = subproject('libglib-testing')
libglib_testing_dep = dependency(
- 'libglib-testing',
+ 'glib-testing-0',
fallback: ['libglib-testing', 'libglib_testing_dep'],
)