We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa795c commit 4f0efecCopy full SHA for 4f0efec
meson.build
@@ -1,6 +1,8 @@
1
project(
2
- 'com.github.peteruithoven.resizer', 'vala', 'c',
3
- meson_version : '>= 0.43'
+ 'com.github.peteruithoven.resizer',
+ ['vala', 'c'],
4
+ meson_version : '>= 0.43',
5
+ license: 'GPL-2.0+'
6
)
7
8
# Create config.vala from config.vala.in,
0 commit comments