Re: [patch] debian directories for gtk2-perl modules



Emmanuele Bassi said:
I modified the Makefile.PL like this:

- %pkgcfg = Glib::PkgConfig->find ('libgnomeprintui-2.0');
+ %pkgcfg = Glib::PkgConfig->find ('libgnomeprintui-2.2');

i just added some minor functionality to Glib::PkgConfig that will allow you
to attempt to get the configuration for multiple packages in the order they're
specified, so you can do:

%pkgcfg = Glib::PkgConfig->find ('libgnomeprintui-2.2', 'libgnomeprintui-2.0')

that being said it will take some extra effort, attention, and care on the
part of the eventual author of the gnomeprint2 module to be able to deal with
linking against two different modules so keep that in mind.

-rm




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