enchant/enchant.pc.in

12 lines
266 B
PkgConfig
Raw Normal View History

2022-05-14 03:25:00 +08:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libenchant
Description: A spell checking library
Version: @VERSION@
Requires.private: glib-2.0 gmodule-no-export-2.0
2022-05-14 03:25:00 +08:00
Libs: -L${libdir} -lenchant
Cflags: -I${includedir}/enchant