mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
pkg-config: use GNUInstallDirs CMAKE_ variables in pc.in template.
This commit is contained in:
parent
74b4f6a62b
commit
fb1d544007
@ -1,7 +1,5 @@
|
||||
prefix=@DIR_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@DIR_LIBRARY@
|
||||
includedir=@DIR_INCLUDE@
|
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||
|
||||
Name: uchardet
|
||||
Description: An encoding detector library ported from Mozilla
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user