osslsigncode: add libgsf optional dependency.
Closes Homebrew/homebrew#26009. Closes Homebrew/homebrew#26026. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
111cd3b472
commit
80355bb257
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class Osslsigncode < Formula
|
|||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'openssl'
|
||||
depends_on 'libgsf' => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue