guru/dev-cpp/sprout/files/optional_binaries.patch
Michele Santullo fb1fd29f00
dev-cpp/sprout: adding package
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
2020-05-05 12:47:16 +02:00

13 lines
286 B
Diff

diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index a68233bf..ef38b570 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1 +1,6 @@
-subdirs( compost darkroom )
+if (WITH_WAVCONV)
+ subdirs( compost )
+endif()
+if (WITH_TEXCONV)
+ subdirs( darkroom )
+endif()