Add libogg as flac package dependency.

It does appear to need this to compile.
This commit is contained in:
Simon Howard 2017-01-15 00:40:49 +00:00
parent 1e478f8cb3
commit 9a1086d773
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
description "Library for encoding/decoding .flac lossless audio files"
dependencies libogg
check_pkgconfig flac
# We use a repacked mirror since flac is released as .xz rather than .gz:
fetch_download https://www.chocolate-doom.org/depends/flac-1.3.1.tar.gz \