File: meson.build

package info (click to toggle)
nemo 6.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,088 kB
  • sloc: ansic: 127,474; xml: 1,555; python: 1,434; sh: 57; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gresources = gnome.compile_resources(
  'nemo-resources', 'nemo.gresource.xml',
  source_dir: '.',
  c_name: 'nemo',
  install_header: false,
  install: false
)

layout_editor_gresources = gnome.compile_resources(
  'nemo-action-layout-editor-resources', 'nemo-action-layout-editor.gresource.xml',
  source_dir: '.',
  gresource_bundle: true,
  install: true,
  install_dir: nemoDataPath
)