Liam Middlebrook - Game Developer

site-home

Advanced FOSS Community Contrib 0: vogl

04 Sep 2014

Community Contribution

My blog still isn't back up so I'm just going to post this here.

My first community contribution was to Valve Software's OpenGL Debugging Suite known as vogl. I fixed an issue where Fedora users had their include files for dwarf.h inside of their /usr/include/libdwarf/ directory, while the CMakeLists.txt file had been configured for Ubuntu/Debian users who have the header in the /usr/include/ directory.

My Pull Request adds in the /usr/include/libdwarf/ directory for the CMake includes. Now Fedora users can build vogl!