File: meson.build

package info (click to toggle)
gpaste 45.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,368 kB
  • sloc: ansic: 15,702; javascript: 826; sh: 75; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
subdir('appstream')
subdir('completions')
subdir('control-center')
subdir('dbus')
subdir('desktop')
subdir('gsettings')

if get_option('gnome-shell')
  subdir('search-provider')
endif

if get_option('systemd')
  subdir('systemd')
endif