From: Colin Clark Date: Sat, 1 Jan 2022 10:51:56 +0000 (+0000) Subject: Fix missing dependency X-Git-Tag: v1.7~14 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=67605fda667dd1b6fcc01c80d6939eed1f8d7c1a Fix missing dependency If libraw is used, libomp is required --- diff --git a/geeqie-install-debian.sh b/geeqie-install-debian.sh index 251988d3..a5dd6b0c 100755 --- a/geeqie-install-debian.sh +++ b/geeqie-install-debian.sh @@ -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