summaryrefslogtreecommitdiff
path: root/src/libtracker-common/stop-words/meson.build
blob: 54f638b6fdf93fea0343c6b16d05b170261ddd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
stopwords_files = [
  'stopwords.da',
  'stopwords.de',
  'stopwords.en',
  'stopwords.es',
  'stopwords.fi',
  'stopwords.fr',
  'stopwords.hu',
  'stopwords.it',
  'stopwords.nb',
  'stopwords.nl',
  'stopwords.pt',
  'stopwords.ru',
  'stopwords.sv'
]

stopwords_install_dir = join_paths(
  get_option('datadir'), 'tracker', 'stop-words')

install_data(stopwords_files,
  install_dir: stopwords_install_dir)