mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
lilypond: require libgs >= 9
Ghostscript >= 9.03 is actually [required](http://lilypond.org/doc/v2.24/Documentation/contributor/requirements-for-running-lilypond). This is untested, but a rather trivial change.
This commit is contained in:
committed by
Adrien Destugues
parent
5ee91cdc9b
commit
b4f8e1ddc9
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
lib:libgmp$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libguile_2.2$secondaryArchSuffix
|
||||
lib:libgs$secondaryArchSuffix # TODO: replace with cmd:gs?
|
||||
lib:libgs$secondaryArchSuffix >= 9 # TODO: replace with cmd:gs?
|
||||
lib:libharfbuzz$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libltdl$secondaryArchSuffix
|
||||
@@ -77,7 +77,7 @@ BUILD_REQUIRES="
|
||||
devel:libgmp$secondaryArchSuffix
|
||||
devel:libgobject_2.0$secondaryArchSuffix
|
||||
devel:libguile_2.2$secondaryArchSuffix
|
||||
devel:libgs$secondaryArchSuffix
|
||||
devel:libgs$secondaryArchSuffix >= 9
|
||||
devel:libharfbuzz$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libltdl$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user