14 lines
185 B
Meson
14 lines
185 B
Meson
subdir('common')
|
|
|
|
if get_option('gtk-frontend')
|
|
subdir('fe-gtk')
|
|
endif
|
|
|
|
if get_option('text-frontend')
|
|
subdir('fe-text')
|
|
endif
|
|
|
|
if get_option('theme-manager')
|
|
subdir('htm')
|
|
endif
|