disable i18n stuff, something doesn't work on bots

This commit is contained in:
Wim Taymans 2021-01-08 11:04:03 +01:00
parent e9c7a3bb4a
commit 1084306f4d

View file

@ -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')