Codebase list gpgme1.0 / 4583ab7
gpgme.pc: Fix library dependency and use of includedir, libdir. * src/gpgme.pc.in (Require): Move gpg-error, libassuan to... (Requires.private): ... here. (Cflags): Add -I${includedir}. (Libs): Add -L${libdir}. -- This will result better library dependency for applications using gpgme. It will break build of an application which directly uses gpg-error or libassuan without specifying them (which means, depending on redundant/wrong gpgme.pc). Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> NIIBE Yutaka 2 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66
77 Name: gpgme
88 Description: GnuPG Made Easy to access GnuPG
9 Requires: gpg-error, libassuan
9 Requires.private: gpg-error, libassuan
1010 Version: @PACKAGE_VERSION@
11 Cflags: @GPGME_CONFIG_CFLAGS@
12 Libs: @GPGME_CONFIG_LIBS@
11 Cflags: -I${includedir} @GPGME_CONFIG_CFLAGS@
12 Libs: -L${libdir} @GPGME_CONFIG_LIBS@
1313 URL: https://www.gnupg.org/software/gpgme/index.html