Currently it only works with ICU that has .pc files. I'll wait till someone complains before fixing it for icu-config systems.pull/3/head
parent
d9afa11133
commit
22ce096174
6 changed files with 39 additions and 17 deletions
@ -1,11 +0,0 @@ |
|||||||
prefix=@prefix@ |
|
||||||
exec_prefix=@exec_prefix@ |
|
||||||
libdir=@libdir@ |
|
||||||
includedir=@includedir@ |
|
||||||
|
|
||||||
Name: harfbuzz |
|
||||||
Description: Text shaping library |
|
||||||
Version: @VERSION@ |
|
||||||
|
|
||||||
Libs: -L${libdir} -lharfbuzz |
|
||||||
Cflags: -I${includedir}/harfbuzz |
|
@ -0,0 +1,13 @@ |
|||||||
|
prefix=%prefix% |
||||||
|
exec_prefix=%exec_prefix% |
||||||
|
libdir=%libdir% |
||||||
|
includedir=%includedir% |
||||||
|
|
||||||
|
Name: harfbuzz |
||||||
|
Description: HarfBuzz text shaping library ICU integration |
||||||
|
Version: %VERSION% |
||||||
|
|
||||||
|
Requires: harfbuzz |
||||||
|
Requires.private: icu-uc |
||||||
|
Libs: -L${libdir} -lharfbuzz-icu |
||||||
|
Cflags: -I${includedir}/harfbuzz |
@ -0,0 +1,11 @@ |
|||||||
|
prefix=%prefix% |
||||||
|
exec_prefix=%exec_prefix% |
||||||
|
libdir=%libdir% |
||||||
|
includedir=%includedir% |
||||||
|
|
||||||
|
Name: harfbuzz |
||||||
|
Description: HarfBuzz text shaping library |
||||||
|
Version: %VERSION% |
||||||
|
|
||||||
|
Libs: -L${libdir} -lharfbuzz |
||||||
|
Cflags: -I${includedir}/harfbuzz |
Loading…
Reference in new issue