Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timo Jyrinki
calls
Commits
1e3c1179
Commit
1e3c1179
authored
Nov 17, 2020
by
Guido Gunther
Browse files
data: Check desktop file in build dir
It got moved in
f6f9e3f0
parent
9afd49e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/meson.build
View file @
1e3c1179
...
...
@@ -23,11 +23,11 @@ desktop_file = i18n.merge_file(
desktop_utils = find_program('desktop-file-validate', required: false)
if desktop_utils.found()
test('Validate desktop file', desktop_utils,
args: [join_paths(meson.current_
source
_dir(),
args: [join_paths(meson.current_
build
_dir(),
'sm.puri.Calls.desktop')
])
test('Validate daemon desktop file', desktop_utils,
args: [join_paths(meson.current_
source
_dir(),
args: [join_paths(meson.current_
build
_dir(),
'sm.puri.Calls-daemon.desktop')
])
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment