To clarify the intended behavior.

$ pkg-config --cflags glew
-I/usr/include/GL -I/usr/include/libdrm

ought to be:

$ pkg-config --cflags glew
-I/usr/include -I/usr/include/libdrm

In other words, headers are supposed to include GLEW via <GL/glew.h>

As a workaround perhaps:

$ pkg-config --cflags glew
-I/usr/include -I/usr/include/libdrm -I/usr/include/GL

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577218

Title:
  includedir is specified incorrectly in glew.pc v1.13.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glew/+bug/1577218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to