graphics/lilypond: Don't depend on dblatex

dblatex is an optional dependency and is only used in tests.
References:

https://gitlab.com/lilypond/lilypond/-/issues/5930
https://gitlab.com/lilypond/lilypond/-/commit/cd41ad6

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2021-11-13 16:41:14 +01:00 committed by Willy Sudiarto Raharjo
parent d69aea7cdf
commit d687b027db
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://lilypond.org/download/sources/v2.22/lilypond-2.22.1.tar.gz"
MD5SUM="07321f2d9dc45d2f14d5057609184aae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fontforge texi2html dblatex guile1.8"
REQUIRES="fontforge texi2html guile1.8"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"