[Bug 1577218] Re: includedir is specified incorrectly in glew.pc v1.13.0

2018-05-01 Thread James Cowgill
Closing because this is the intended behavior. Anything which includes is incorrect. ** Changed in: glew (Ubuntu) Status: New => Incomplete ** Changed in: glew (Ubuntu) Status: Incomplete => Invalid ** Changed in: glewmx (Ubuntu) Status: New => Invalid -- You received

[Bug 1577218] Re: includedir is specified incorrectly in glew.pc v1.13.0

2017-07-01 Thread Jeremy Bicha
** Also affects: glewmx (Ubuntu) Importance: Undecided Status: New -- 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

[Bug 1577218] Re: includedir is specified incorrectly in glew.pc v1.13.0

2016-05-01 Thread Nigel Stewart
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 As a workaround perhaps: $ pkg-config --cflags glew