summaryrefslogtreecommitdiff
path: root/data/elementary/colors/meson.build
blob: b7eee177ff1229d6abc03e8573bd05135c599afa (plain)
1
2
3
4
5
6
7
custom_target('colors_default.ecl',
              input: 'default.src',
              output: 'default.pal',
              command: [eet_bin, '-e', '@OUTPUT@', 'palette', '@INPUT@', '1'],
              install: true,
              install_dir: join_paths(dir_data, 'elementary', 'colors'),
              )