mirror of https://github.com/nirenjan/libx52.git
fix: Meson syntax
parent
db07b8888e
commit
0712de1a05
|
@ -1,7 +1,6 @@
|
||||||
project('libx52', 'C',
|
project('libx52', 'C',
|
||||||
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
||||||
license_files: ['LICENSE'],
|
version: configure_file('Version'))
|
||||||
version: 'Version')
|
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
|
Loading…
Reference in New Issue