Package: libgtkgl2.0-dev
Version: 2.0.1-2.2
Followup-For: Bug #720991
Hello.
In my previous message, please replace
"libgtk-dev" with "libgtkgl2.0-dev"
and the reproducer with
# echo 'int main(int argv,char**argc){return 0;}' > main.c
# cc main.c `pkg-config --cflags --libs gtkgl-2.0`
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
