File: meson.build

package info (click to toggle)
gimp 3.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: 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 (24 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
icon_type = 'scalable'
icon_format = 'svg'

if not have_vector_icons
  icon_type = 'legacy'
  icon_format = 'png'
endif

stock_images = [
  'imagemap-circle' + icon_format,
  'imagemap-coord' + icon_format,
  'imagemap-dimension' + icon_format,
  'imagemap-java' + icon_format,
  'imagemap-polygon' + icon_format,
  'imagemap-rectangle' + icon_format,
  'imagemap-to-back' + icon_format,
  'imagemap-to-front' + icon_format,
]

imagemap_icon_sources = gnome.compile_resources(
  'imagemap-icon-images',
  'imagemap-icon-' + icon_type + '-images.gresource.xml',
  # source_dir: meson.current_source_directory(),
)