Fix missing dependency
authorColin Clark <colin.clark@cclark.uk>
Sat, 1 Jan 2022 10:51:56 +0000 (10:51 +0000)
committerColin Clark <colin.clark@cclark.uk>
Sat, 1 Jan 2022 10:51:56 +0000 (10:51 +0000)
If libraw is used, libomp is required

geeqie-install-debian.sh

index 251988d..a5dd6b0 100755 (executable)
@@ -8,7 +8,7 @@
 ## Dialogs allow the user to install additional features.
 ##
 
-version="2021-12-29"
+version="2022-01-01"
 description=$'
 Geeqie is an image viewer.
 This script will download, compile, and install Geeqie on Debian-based systems.
@@ -79,6 +79,8 @@ optional_array=(
 "libopenjp2-7-dev"
 "libraw (for CR3 images)"
 "libraw-dev"
+"libomp (required by libraw)"
+"libomp-dev"
 )
 
 # Optional for GTK3 only