[gspell/wip/cmake] cmake: start to adapt pkg-config file



commit 6c67a1c923ad109dd9f257028bd78f6673b965e5
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Tue Aug 16 16:00:00 2022 +0200

    cmake: start to adapt pkg-config file

 gspell.pc.in | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gspell.pc.in b/gspell.pc.in
index 3252f08..e78395b 100644
--- a/gspell.pc.in
+++ b/gspell.pc.in
@@ -1,11 +1,10 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 
-Name: @PACKAGE_NAME@
+Name: @PROJECT_NAME@
 Description: Spell-checking for GTK applications
-Version: @PACKAGE_VERSION@
+Version: @PROJECT_VERSION@
 Requires: @AX_PACKAGE_REQUIRES@
 Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
 Libs: -L${libdir} -lgspell-@GSPELL_API_VERSION@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]