changeset 7220:d3087afece14

* src/gdal.mk, src/xcb.mk: disable doxygen docs
author John Donoghue <john.donoghue@ieee.org>
date Wed, 22 May 2024 10:31:54 -0400
parents b84b1644bb0d
children 6ea2387f54a0
files src/gdal.mk src/xcb.mk
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Mon May 20 10:33:03 2024 -0400
+++ b/src/gdal.mk	Wed May 22 10:31:54 2024 -0400
@@ -21,6 +21,7 @@
         -DBUILD_TESTING=no \
         $(CMAKE_CCACHE_FLAGS) \
         $(CMAKE_BUILD_SHARED_OR_STATIC) \
+        -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON \
         -DIconv_IS_BUILT_IN=OFF \
         -DBUILD_APPS=OFF \
         -DGDAL_USE_ARMADILLO=OFF \
--- a/src/xcb.mk	Mon May 20 10:33:03 2024 -0400
+++ b/src/xcb.mk	Wed May 22 10:31:54 2024 -0400
@@ -26,7 +26,7 @@
     cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) PYTHON=$(MXE_PYTHON) '$(1)/configure' \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
-        --prefix='$(HOST_PREFIX)' \
+        --prefix='$(HOST_PREFIX)' --disable-docs --disable-devel-docs \
         && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)'