Subject: Solved (Re: pkgconfig problems)
To: None <tech-pkg@NetBSD.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 11/19/2003 13:47:15
Martti Kuparinen wrote:
> Martti Kuparinen wrote:
>
>> What is this?
>>
>> /usr/pkg/bin/pkg-config --exists "libxfce4util-1.0 >= 4.0.0"
>> gnome-config: not found
>
>
> And with the same version of pkgconfig (from same pkgsrc) on Linux:
>
> # pkg-config --exists "libxfce4util-1.0 >= 4.0.0"
> #
> # uname -srm
> Linux 2.6.0-test9 i686
>
> Any ideas?
>
> Martti
>
I tracked this to the pkgtools/createbuildlink package. Why was
this done?
===============================================
revision 1.15
date: 2003/10/15 00:18:05; author: salo; state: Exp; lines: +5 -4
Welcome to version 2.8.
- Do not list pkgconfig files as libraries.
===============================================
Without these kind of lines the compilation fails like in the above
example:
BUILDLINK_FILES.libxfce4util+= lib/pkgconfig/libxfce4util-1.0.pc
Martti