summaryrefslogtreecommitdiff
path: root/test cases/frameworks/6 gettext/data/data3/meson.build
blob: 044b498bf2566c7c5942f5c57779a3da3724cd47 (plain)
1
2
3
4
5
6
7
8
9
# 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')
)