gspell/gspell.pc.in

13 lines
360 B
PkgConfig
Raw Normal View History

2022-11-09 00:16:08 +08:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Spell-checking for GTK applications
Version: @PACKAGE_VERSION@
Requires: @AX_PACKAGE_REQUIRES@
Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
Libs: -L${libdir} -lgspell-@GSPELL_API_VERSION@
Cflags: -I${includedir}/gspell-@GSPELL_API_VERSION@