Skip to content

Commit

Permalink
cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_GIT
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 15, 2024
1 parent 43ecd50 commit 796a1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/cmake.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ cmake_src_configure() {
cat >> ${common_config} <<- _EOF_ || die
set(ECM_DISABLE_QMLPLUGINDUMP ON CACHE BOOL "")
set(ECM_DISABLE_APPSTREAMTEST ON CACHE BOOL "")
set(ECM_DISABLE_GIT ON CACHE BOOL "")
_EOF_
fi

Expand Down

0 comments on commit 796a1fc

Please sign in to comment.