[gtk/wip/baedert/for-master: 17/29] build: The doc shooter works without x11 now




commit ba6070b7beefc69190ed53a5821c77458c1dbe7d
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 30 18:54:53 2020 -0400

    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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]