diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-09-10 22:38:34 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-09-10 22:38:34 +0200 |
commit | a80f3b7440d4a3ae3c86fb32f9276c49dfdc970e (patch) | |
tree | c3db615d2d42e857e3e6011d7011954b5cde4784 | |
parent | 05ee0c78b760bc4409e5933b572fb241b88d8773 (diff) | |
parent | 277f58417571ca4657fbc75fd1282e765003dde7 (diff) | |
download | libayatana-appindicator-a80f3b7440d4a3ae3c86fb32f9276c49dfdc970e.tar.gz libayatana-appindicator-a80f3b7440d4a3ae3c86fb32f9276c49dfdc970e.tar.bz2 libayatana-appindicator-a80f3b7440d4a3ae3c86fb32f9276c49dfdc970e.zip |
Merge branch 'tari01-pr/enable-docs'
Attributes GH PR #74: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/74
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd30268..f9ecba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) -option(ENABLE_GTKDOC "Enable building GTK documentation" OFF) +option(ENABLE_GTKDOC "Enable building GTK documentation" ON) option(ENABLE_BINDINGS_VALA "Enable Vala bindings (GTK+-3.0 and beyond only)" ON) option(ENABLE_BINDINGS_MONO "Enable Mono bindings" ON) |