summaryrefslogtreecommitdiff
path: root/tests/interactive-panels/applications/meson.build
blob: c688d5514e5cc63afddb869a6b042fe9e65ec9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#################
# Desktop files #
#################

desktop_files = [
  'dynamic-panel',
  'header-widget',
  'static-init',
]

foreach desktop_file : desktop_files
  i18n.merge_file(
              desktop,
                type : 'desktop',
               input : 'gtp-@0@.desktop.in'.format(desktop_file),
              output : 'gnome-@0@-panel.desktop'.format(desktop_file),
              po_dir : po_dir,
    build_by_default : true,
             install : false,
  )
endforeach