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