diff options
| author | mio <stigma@disroot.org> | 2025-05-15 16:52:23 +1000 |
|---|---|---|
| committer | mio <stigma@disroot.org> | 2025-05-15 17:05:26 +1000 |
| commit | b878468eeed6d573722262b0970b872f6f6dab47 (patch) | |
| tree | 07ff784f16119c02a27effe11594230d4e7e6bfe | |
| parent | 519310b60e8e0f169f7df21ea0b82a994627873c (diff) | |
| download | bibletime-b878468e.tar.gz bibletime-b878468e.zip | |
Require sword version 1.7 or newer
See: TDE/bibletime#32
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 81a2561d12af5c4df5190452d344270d3e165947)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 20de3d0..c432698 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -27,7 +27,7 @@ endif( WITH_GCC_VISIBILITY ) ##### check for sword library -pkg_search_module( SWORD sword ) +pkg_search_module( SWORD sword>=1.7 ) if( NOT SWORD_FOUND ) tde_message_fatal( "sword library is required but not found on your system" ) endif() |
