This is a workaround the issue where our interactive tests don't work when libadwaita is a subproject. For context, see https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1754
14 lines
314 B
Meson
14 lines
314 B
Meson
subdir('common')
|
|
#subdir('datetime')
|
|
if host_is_linux
|
|
subdir('network')
|
|
endif
|
|
|
|
# FIXME: this is a workaround because interactive-tests don't work with libadwaita as a subproject. See !1754
|
|
if not libadwaita_is_subproject
|
|
subdir('interactive-panels')
|
|
endif
|
|
|
|
subdir('printers')
|
|
subdir('info')
|
|
subdir('keyboard')
|