mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
351 B
Diff
12 lines
351 B
Diff
|
diff --git a/meson.build b/meson.build
|
||
|
--- a/meson.build
|
||
|
+++ b/meson.build
|
||
|
@@ -1771,7 +1771,7 @@ if gnutls.found()
|
||
|
method: 'pkg-config')
|
||
|
endif
|
||
|
keyutils = not_found
|
||
|
-if get_option('keyring').enabled()
|
||
|
+if not get_option('keyring').disabled()
|
||
|
keyutils = dependency('libkeyutils', required: false, method: 'pkg-config')
|
||
|
endif
|