From ba6070b7beefc69190ed53a5821c77458c1dbe7d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Aug 2020 18:54:53 -0400 Subject: [PATCH] build: The doc shooter works without x11 now No need to restrict the build to just x11. We're not using pixmaps anymore. --- docs/tools/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/meson.build b/docs/tools/meson.build index ead3357af0..71473c9e50 100644 --- a/docs/tools/meson.build +++ b/docs/tools/meson.build @@ -1,4 +1,4 @@ -if x11_enabled and get_option('gtk_doc') +if get_option('gtk_doc') doc_shooter_sources = [ 'shooter.c', 'shadow.c',