File: meson.build

package info (click to toggle)
eom 1.28.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,292 kB
  • sloc: ansic: 28,248; makefile: 611; xml: 279; perl: 43; sh: 28
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
plugins_c_args = ['-DEOM_LOCALEDIR=' + join_paths(datadir / 'locale')]

subdir('fullscreen')
subdir('reload')

if exif.found()
  subdir('statusbar-date')
endif