mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
1e3df88ee0
Steal snapshotting code from the reftests to make this work again. Other changes here: catch up with container removal.
13 lines
361 B
Meson
13 lines
361 B
Meson
if x11_enabled and get_option('gtk_doc')
|
|
doc_shooter_sources = [
|
|
'shooter.c',
|
|
'shadow.c',
|
|
'widgets.c',
|
|
'../../tests/gtkgears.c',
|
|
]
|
|
|
|
doc_shooter = executable('doc-shooter', doc_shooter_sources,
|
|
include_directories: [ confinc, gdkinc, gtkinc, testinc, ],
|
|
dependencies: libgtk_dep)
|
|
endif
|