Compare commits

...

1 Commits

Author SHA1 Message Date
Chun-wei Fan
6eb3543ffd docs: Only build doc-shooter when X11 is enabled
It currently depends on X11 items to build.
2022-03-30 16:14:29 +08:00

View File

@@ -1,4 +1,4 @@
if get_option('gtk_doc')
if get_option('gtk_doc') and x11_enabled
doc_shooter_resources = gnome.compile_resources('shooter_resources',
'shooter.gresource.xml',
source_dir: '.')