File: meson.build

package info (click to toggle)
font-manager 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,684 kB
  • sloc: ansic: 13,202; perl: 684; xml: 494; python: 321; makefile: 123
file content (14 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

extension_includes = includes + [ include_directories('.') ]

if get_option('nautilus')
    subdir('nautilus')
endif

if get_option('nemo')
    subdir('nemo')
endif

if get_option('thunar')
    subdir('thunar')
endif