mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +08:00
12 lines
266 B
PkgConfig
12 lines
266 B
PkgConfig
libunibreak:
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libunibreak
|
|
Description: Library to implement Unicode algorithms for line and word breaking
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lunibreak
|
|
Cflags: -I${includedir}
|