mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-09 23:40:18 +00:00
10 lines
140 B
Meson
10 lines
140 B
Meson
if get_option('plugin')
|
|
subdir('pkgconfig')
|
|
endif
|
|
|
|
if get_option('gtk-frontend')
|
|
subdir('icons')
|
|
subdir('misc')
|
|
subdir('man')
|
|
endif
|