Tiny Core Linux
		Tiny Core Extensions => TCE Q&A Forum => Topic started by: malbo on May 12, 2014, 05:24:25 AM
		
			
			- 
				I'm trying to compile Ganv (http://drobilla.net/software/ganv/), to ultimately get patchage up and running, however pkg-config is failing when trying to find 'gl.pc'.
 
 Ganv requires gtk+2.0, which requires cairo, which contains 'cairo-gl.pc', but pkg-config seems to be looking for just 'gl.pc'.
 
 Is this something I should bring up to the author of the Ganv? Is that something that needs to be set on his end or can I make the change somewhere, so the waf configure script looks for cairo-gl instead?
- 
				The "provides" function of the apps gui shows gl.pc to be in the libGL-dev extension.
 
 I would have thought that loading gtk2-dev would load libGL-dev?
- 
				I did look there, but figured gtk2 should be loading all required deps. That being said, it seems as though gtk2-dev does not load libGL-dev. I will download libGL-dev, however. Thank you!
			
- 
				It looks like libGL-dev should have been a dep of cairo-dev - added now.