Skip to content

Commit

Permalink
meson fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Apr 23, 2024
1 parent a783e2b commit b5b2cbf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'ymp',
'vala', 'c',
meson_version: '>= 0.54.0',
meson_version: '>= 0.58.0',
version : '1.1',
license: ['GplV3']
)
Expand Down
30 changes: 15 additions & 15 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
option('static', type: 'boolean', value: 'false')
option('locale', type: 'boolean', value: 'true')
option('experimental', type: 'boolean', value: 'false')
option('ansi', type: 'boolean', value: 'true')
option('test', type: 'boolean', value: 'false')
option('doc', type: 'boolean', value: 'false')
option('tools', type: 'boolean', value: 'true')
option('scripts', type: 'boolean', value: 'false')
option('colorize', type: 'boolean', value: 'true')
option('check_oem', type: 'boolean', value: 'true')
option('libarchive', type: 'boolean', value: 'true')
option('libreadline', type: 'boolean', value: 'true')
option('libcurl', type: 'boolean', value: 'true')
option('libsoup', type: 'boolean', value: 'true')
option('libbrotli', type: 'boolean', value: 'true')
option('static', type: 'boolean', value: false)
option('locale', type: 'boolean', value: true)
option('experimental', type: 'boolean', value: false)
option('ansi', type: 'boolean', value: true)
option('test', type: 'boolean', value: false)
option('doc', type: 'boolean', value: false)
option('tools', type: 'boolean', value: true)
option('scripts', type: 'boolean', value: false)
option('colorize', type: 'boolean', value: true)
option('check_oem', type: 'boolean', value: true)
option('libarchive', type: 'boolean', value: true)
option('libreadline', type: 'boolean', value: true)
option('libcurl', type: 'boolean', value: true)
option('libsoup', type: 'boolean', value: true)
option('libbrotli', type: 'boolean', value: true)
option('storagedir', type: 'string', value: 'var/lib/ymp')
option('distrodir', type: 'string', value: 'lib/turkman')
option('nolibc_path', type: 'string', value: '')

0 comments on commit b5b2cbf

Please sign in to comment.