You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/gnucash/files/gnucash-3.2-no-gui.patch

15 lines
440 B

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e10a09..cdbdb7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -770,7 +770,9 @@ set(SCHEME_INSTALLED_CACHE_DIR ${PKGLIBDIR}/scm/ccache/${GUILE_EFFECTIVE_VERSION
# The subdirectories
add_subdirectory (borrowed)
add_subdirectory (data)
+if (WITH_GNUCASH)
add_subdirectory (doc)
+endif (WITH_GNUCASH)
add_subdirectory (po)
add_subdirectory (common)
add_subdirectory (libgnucash)