1522813888
* configure.ac (GPGME_CONFIG_CFLAGS): Prefix with -I${includedir} for non-standard include paths. (GPGME_CONFIG_LIBS): Prefix with -L${libdir} for non-standard library paths. * src/gpgme.pc.in (Cflags): Remove hard-coded -I${includedir}. (Libs): Remove hard-coded -L${libdir}. -- This helps prevent problems when building/linking something that depends on gpgme (installed in standard path) and some other library (installed in a standard path and a custom path). See T6136 for related changes in libgpg-error.
15 lines
379 B
PkgConfig
15 lines
379 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
host=@GPGME_CONFIG_HOST@
|
|
api_version=@GPGME_CONFIG_API_VERSION@
|
|
|
|
Name: gpgme
|
|
Description: GnuPG Made Easy to access GnuPG
|
|
Requires.private: gpg-error, libassuan
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: @GPGME_CONFIG_CFLAGS@
|
|
Libs: @GPGME_CONFIG_LIBS@
|
|
URL: https://www.gnupg.org/software/gpgme/index.html
|