mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
disable i18n stuff, something doesn't work on bots
This commit is contained in:
parent
e9c7a3bb4a
commit
1084306f4d
1 changed files with 13 additions and 13 deletions
|
|
@ -53,21 +53,21 @@ executable('pipewire-pulse',
|
|||
dependencies : [pipewire_dep, ],
|
||||
)
|
||||
|
||||
desktop_file = i18n.merge_file(
|
||||
input : 'pipewire.desktop.in',
|
||||
output : 'pipewire.desktop',
|
||||
po_dir : po_dir,
|
||||
type : 'desktop',
|
||||
#desktop_file = i18n.merge_file(
|
||||
# input : 'pipewire.desktop.in',
|
||||
# output : 'pipewire.desktop',
|
||||
# po_dir : po_dir,
|
||||
# type : 'desktop',
|
||||
# install : true,
|
||||
# install_dir : join_paths(pipewire_sysconfdir, 'xdg', 'autostart')
|
||||
)
|
||||
|
||||
desktop_utils = find_program('desktop-file-validate', required: false)
|
||||
if desktop_utils.found()
|
||||
test('Validate desktop file', desktop_utils,
|
||||
args: [ desktop_file ],
|
||||
)
|
||||
endif
|
||||
#)
|
||||
#
|
||||
#desktop_utils = find_program('desktop-file-validate', required: false)
|
||||
#if desktop_utils.found()
|
||||
# test('Validate desktop file', desktop_utils,
|
||||
# args: [ desktop_file ],
|
||||
# )
|
||||
#endif
|
||||
|
||||
if get_option('systemd') and systemd.found()
|
||||
subdir('systemd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue