lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Mar 25, 2015 at 08:08:02AM +0200, steve donovan wrote:
> On Tue, Mar 24, 2015 at 11:46 PM, Taylan Ulrich Bayırlı/Kammer
> <taylanbayirli@gmail.com> wrote:
> > How about providing one .pc file per version, so pkg-config can be
> > called with "lua-5.1" and "lua-5.2" and such?  So Lua X.Y installs:
> 
> On this Ubuntu machine, I have both Lua 5.1 and 5.2 installed as
> Debian packages.
> 
> Curiously, there is a lua5.1.pc but not a lua5.2.pc !

Isn't that you don't have liblua5.2-dev installed?
The .pc file is only in the -dev package.

> But yes, the .pc must be versioned.

Absolutely!

Best,
-- 
Enrico Tassi