Re: How do you change a configure.in for gtk2



On Mon, 2002-05-27 at 07:00, Tim O'Brien wrote:
Hi,

Just wondering the easiest way to change a 
gtk-1.4 package that uses autoconf to link with 
gtk2 libs,
is it hard to do?

no, you just have to replace the calls to gtk-config/gnome-config with:

pkg-config --cflags gtk+-2.0
pkg-config --libs gtk+-2.0

cheers



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