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.
2 parents 250ea06 + 167ba8d commit 237b53bCopy full SHA for 237b53b
meson.build
@@ -1,7 +1,7 @@
1
project('com.github.panosx2.brightness', 'vala', 'c')
2
3
add_project_arguments(
4
- '-DGETTEXT=PACKAGE="@0@"'.format(meson.project_name()),
+ '-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
5
language: 'c'
6
)
7
0 commit comments