File: meson.build

package info (click to toggle)
nemo 6.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,100 kB
  • sloc: ansic: 128,108; xml: 1,560; python: 1,453; sh: 57; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
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
)