File: meson.build

package info (click to toggle)
cinnamon 6.4.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,300 kB
  • sloc: javascript: 54,298; ansic: 51,499; python: 21,971; xml: 2,803; sh: 96; makefile: 27; perl: 13
file content (15 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if get_option('docs')
    version_conf = configuration_data()
    version_conf.set('VERSION', version)

    configure_file(
        input: 'version.xml.in',
        output: 'version.xml',
        configuration: version_conf,
    )

    subdir('cinnamon')
    subdir('cinnamon-js')
    subdir('cinnamon-tutorials')
    subdir('st')
endif