dev-cpp/sprout: adding package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
This commit is contained in:
Michele Santullo
2020-05-05 12:47:16 +02:00
parent 50c8e5752b
commit fb1fd29f00
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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()