mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-18 20:22:27 +02:00
12 lines
258 B
Diff
12 lines
258 B
Diff
--- a/meson_options.txt
|
|
+++ b/meson_options.txt
|
|
@@ -54,7 +54,7 @@ option('chimera_realpath',
|
|
)
|
|
|
|
option('install-lib',
|
|
- type: 'boolean', value: 'true',
|
|
+ type: 'boolean', value: true,
|
|
description: 'Whether to install chimerautils library'
|
|
)
|
|
|