File: meson.build

package info (click to toggle)
entangle 3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,948 kB
  • sloc: ansic: 18,765; python: 846; xml: 768; sh: 86; perl: 67; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sources = [
  'camera-focusing.page',
  'camera-settings.page',
  'image-capture.page',
  'image-preview.page',
  'image-storage.page',
  'index.page',
  'introduction.page',
  'multiple-cameras.page',
  'plugin-management.page',
  'plugin-photobox.page',
  'plugin-shooter.page',
  'legal.xml',
]

media = [
  'figures/entangle.png'
]

linguas = [
]

gnome.yelp(
  meson.project_name(),
  sources: sources,
  media: media,
  symlink_media: true,
  languages: linguas
)