diff options
author | Slávek Banko <[email protected]> | 2019-04-22 16:13:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-28 16:02:46 +0200 |
commit | b72d215669ce409ed6d6b6443b2fedb6c8045289 (patch) | |
tree | 3dc87bfe6c0c8925d03eb2b79f5dae6ce4c1e71a /libart-2.0.pc.in | |
parent | e041d2bbeb82171495aafc3d34cafdfc7204cdf5 (diff) | |
download | libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.tar.gz libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.zip |
Use pkg-config to get values in libart2-config.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7c59d8ccd2155e4184eccc76da99094d8f63d5ec)
Diffstat (limited to 'libart-2.0.pc.in')
-rw-r--r-- | libart-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libart-2.0.pc.in b/libart-2.0.pc.in index 1df143b..063e1f5 100644 --- a/libart-2.0.pc.in +++ b/libart-2.0.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libart Description: LGPL version of the libart library -Version: @VERSION@ +Version: @LIBART_VERSION@ Libs: -L${libdir} -lart_lgpl_2 Cflags: -I${includedir}/libart-2.0 |