[go: up one dir, main page]

File: meson.build

package info (click to toggle)
cozy 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: python: 8,014; xml: 392; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
message('Compiling resources')

gnome.compile_resources(
  meson.project_name() + '.ui',
  'gresource.xml',
  gresource_bundle: true,
  install_dir: DATA_DIR,
  install: true
)