build: The doc shooter works without x11 now

No need to restrict the build to just x11.
We're not using pixmaps anymore.
This commit is contained in:
Matthias Clasen
2020-08-30 18:54:53 -04:00
parent 8f1bf594b9
commit ba6070b7be

View File

@@ -1,4 +1,4 @@
if x11_enabled and get_option('gtk_doc')
if get_option('gtk_doc')
doc_shooter_sources = [
'shooter.c',
'shadow.c',