Make the Haiku package depend on libfontconfig.
It is now used by app_server.
This commit is contained in:
parent
db068cd68c
commit
026b9812f2
@ -62,6 +62,7 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libgcc_s
|
||||
lib:libicudata
|
||||
lib:libicui18n
|
||||
|
@ -62,6 +62,7 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libgcc_s
|
||||
#ifdef HAIKU_REGULAR_BUILD
|
||||
lib:libjpeg
|
||||
|
@ -62,6 +62,7 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libgcc_s
|
||||
lib:libicudata
|
||||
lib:libicui18n
|
||||
|
@ -63,6 +63,7 @@ requires {
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libgcc_s
|
||||
lib:libicudata >= 57
|
||||
lib:libicui18n >= 57
|
||||
|
@ -61,8 +61,9 @@ requires {
|
||||
cmd:unzip
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libgcc_s
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libgcc_s
|
||||
lib:libicudata >= 57
|
||||
lib:libicui18n >= 57
|
||||
lib:libicuio >= 57
|
||||
|
@ -64,6 +64,7 @@ requires {
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libfreetype
|
||||
lib:libfontconfig
|
||||
lib:libicudata >= 57
|
||||
lib:libicui18n >= 57
|
||||
lib:libicuio >= 57
|
||||
|
Loading…
Reference in New Issue
Block a user