aalex / toonloop

Live animation software
http://www.toonloop.com
GNU General Public License v3.0
22 stars 7 forks source link

Cannot include Clutter headers on Debian sid #3

Open aalex opened 14 years ago

aalex commented 14 years ago

It seems like the gl.pc pkg-config file is missing from the OpenGL development packages on Debian sid.

aalex@plank:~/src/toonloop$ pkg-config --cflags --libs clutter-1.0
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'Clutter', not found

See http://www.linuxquestions.org/questions/linux-software-2/gl-pc-missing-781924/