22ce096174
Currently it only works with ICU that has .pc files. I'll wait till someone complains before fixing it for icu-config systems.
14 lines
287 B
PkgConfig
14 lines
287 B
PkgConfig
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
|