summaryrefslogtreecommitdiff
path: root/plugins/meson.build
blob: 3513e604b36530572ce132b9a54dcf2f542bb6f9 (plain)
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