diff options
author | Joe Orton <joe@manyfish.uk> | 2020-02-01 11:45:58 +0000 |
---|---|---|
committer | Joe Orton <jorton@redhat.com> | 2020-02-12 17:49:40 +0000 |
commit | 39e54a44a2d2a553ab2b2d19de920ad8ea6fee43 (patch) | |
tree | 8a9254827154ff901c88c6b330b2bb8aebd4567b | |
parent | 78ed4490fd11a1ce5ea181bb6e353928c5be6203 (diff) | |
download | neon-git-39e54a44a2d2a553ab2b2d19de920ad8ea6fee43.tar.gz |
* macros/neon.xml (NE_PKG_CONFIG): Also define _VERSION.
-rw-r--r-- | macros/neon.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4 index 5aebe16..99850d2 100644 --- a/macros/neon.m4 +++ b/macros/neon.m4 @@ -871,6 +871,7 @@ else if test "$ne_cvar" = "yes"; then $1_CFLAGS=`$PKG_CONFIG --cflags $2` $1_LIBS=`$PKG_CONFIG --libs $2` + $1_VERSION=`$PKG_CONFIG --version $2` : Using provided pkg-config data $3 else |