Discussion:
[zathura] [PATCH] pkg-config is not happy with --atleast-version
Abdó Roig-Maranges
2013-10-26 16:11:55 UTC
Permalink
Hi,

It seems that pkg-config complains when using --atleast-version together with
--cflags or --libs. I attach a patch.

Abd?.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: makefile.patch
Type: text/x-diff
Size: 1158 bytes
Desc: makefile
URL: <http://lists.pwmt.org/archive/zathura/attachments/20131026/d75bcb64/attachment.patch>
Sebastian Ramacher
2013-10-26 16:28:09 UTC
Permalink
Post by Abdó Roig-Maranges
Hi,
It seems that pkg-config complains when using --atleast-version together with
--cflags or --libs. I attach a patch.
Abd?.
From d01e128e7b4c2decb4d3a05e23b9b12cfda62879 Mon Sep 17 00:00:00 2001
From: Abdo Roig-Maranges <abdo.roig at gmail.com>
Date: Sat, 26 Oct 2013 16:51:39 +0200
Subject: [PATCH] pkg-config complains about --atleast-version
pkg-config spits out
Ignoring incompatible output option "--atleast-version"
when using --atleast-version together with --cflags or --libs.
What version of pkg-config gives that message? But yes, it's broken. It
just get nothing at all.

Regards
--
Sebastian Ramacher
Abdó Roig-Maranges
2013-10-26 16:33:13 UTC
Permalink
Post by Sebastian Ramacher
What version of pkg-config gives that message? But yes, it's broken. It
just get nothing at all.
0.28. Current pkg-config on arch linux.

Abd?.

Loading...