Sign in
qemu
/
meson
/
refs/heads/pythonbump
/
.
/
test cases
/
frameworks
/
6 gettext
/
data
/
data3
/
meson.build
blob: 044b498bf2566c7c5942f5c57779a3da3724cd47 [
file
] [
log
] [
blame
]
# Target name will contain a path separator
i18n
.
merge_file
(
input
:
'test.desktop.in'
,
output
:
'test4.desktop'
,
type
:
'desktop'
,
po_dir
:
'../../po'
,
install
:
true
,
install_dir
:
join_paths
(
get_option
(
'datadir'
),
'applications'
)
)