mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:53:45 +01:00
Remove invalid keyword
This commit is contained in:
parent
9ed157ef3b
commit
9f58d4b16d
@ -25,7 +25,7 @@ conf_data.set('ZVAPI', plugin_api_version)
|
|||||||
conf_data.set('ZVABI', plugin_abi_version)
|
conf_data.set('ZVABI', plugin_abi_version)
|
||||||
conf_data.set('version', version)
|
conf_data.set('version', version)
|
||||||
|
|
||||||
cc = meson.get_compiler('c', required: false)
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
prefix = get_option('prefix')
|
prefix = get_option('prefix')
|
||||||
localedir = get_option('localedir')
|
localedir = get_option('localedir')
|
||||||
|
Loading…
Reference in New Issue
Block a user