mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
12 lines
214 B
PkgConfig
12 lines
214 B
PkgConfig
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
|