mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michele Santullo <m.santullo@posteo.net>
13 lines
286 B
Diff
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()
|