File: meson.build

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (9 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
foundry_gtk_private_sources += files([
  'plugin.c',
  'plugin-spellcheck-text-document-addin.c',
  'plugin-spellcheck-source-view-addin.c',
])

foundry_gtk_deps += [
  dependency('libspelling-1', version: '>= 0.4'),
]