From 23a1e944027265c70654d7395362641b59428062 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 4 Jul 2017 16:00:13 -0400 Subject: Make asciidoc (and man pages) optional And remove it from the build --- swaygrab/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'swaygrab') diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index a5e91e9c..42806cae 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -23,4 +23,6 @@ install( COMPONENT runtime ) -add_manpage(swaygrab 1) +if (A2X_FOUND) + add_manpage(swaygrab 1) +endif() -- cgit v1.2.3-54-g00ecf