mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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, ],
|
dependencies : [pipewire_dep, ],
|
||||||
)
|
)
|
||||||
|
|
||||||
desktop_file = i18n.merge_file(
|
#desktop_file = i18n.merge_file(
|
||||||
input : 'pipewire.desktop.in',
|
# input : 'pipewire.desktop.in',
|
||||||
output : 'pipewire.desktop',
|
# output : 'pipewire.desktop',
|
||||||
po_dir : po_dir,
|
# po_dir : po_dir,
|
||||||
type : 'desktop',
|
# type : 'desktop',
|
||||||
# install : true,
|
# install : true,
|
||||||
# install_dir : join_paths(pipewire_sysconfdir, 'xdg', 'autostart')
|
# install_dir : join_paths(pipewire_sysconfdir, 'xdg', 'autostart')
|
||||||
)
|
#)
|
||||||
|
#
|
||||||
desktop_utils = find_program('desktop-file-validate', required: false)
|
#desktop_utils = find_program('desktop-file-validate', required: false)
|
||||||
if desktop_utils.found()
|
#if desktop_utils.found()
|
||||||
test('Validate desktop file', desktop_utils,
|
# test('Validate desktop file', desktop_utils,
|
||||||
args: [ desktop_file ],
|
# args: [ desktop_file ],
|
||||||
)
|
# )
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
if get_option('systemd') and systemd.found()
|
if get_option('systemd') and systemd.found()
|
||||||
subdir('systemd')
|
subdir('systemd')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue