File: meson.build

package info (click to toggle)
gimp 3.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 210,076 kB
  • sloc: ansic: 842,287; lisp: 10,761; python: 10,318; cpp: 7,238; perl: 4,355; sh: 1,043; xml: 963; yacc: 609; lex: 348; javascript: 150; makefile: 43
file content (6 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
potips_dir = meson.current_source_dir()
i18n.gettext(gettext_package + '-tips',
  preset: 'glib',
  install: false,
  data_dirs: meson.project_source_root() / 'data' / 'tips',
)