forked from AuroraMiddleware/gtk
ba6070b7be
No need to restrict the build to just x11. We're not using pixmaps anymore.
13 lines
345 B
Meson
13 lines
345 B
Meson
if 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
|