The gtk4-icon-browser and gtk4-constraint-editor demos are basically unmaintained, and not great showcases for GTK, so lets drop them.
10 lines
200 B
Meson
10 lines
200 B
Meson
# appdata
|
|
|
|
appdata_config = configuration_data()
|
|
appdata_config.set('BUILD_VERSION', meson.project_version())
|
|
|
|
subdir('gtk-demo')
|
|
subdir('node-editor')
|
|
subdir('widget-factory')
|
|
subdir('print-editor')
|