RESOLVED FIXED 131095
[GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
https://bugs.webkit.org/show_bug.cgi?id=131095
Summary [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
Raphael Kubo da Costa (:rakuco)
Reported 2014-04-02 01:22:37 PDT
[GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
Attachments
Patch (1.97 KB, patch)
2014-04-02 01:24 PDT, Raphael Kubo da Costa (:rakuco)
no flags
Patch for landing (1.97 KB, patch)
2014-04-03 00:27 PDT, Raphael Kubo da Costa (:rakuco)
no flags
Raphael Kubo da Costa (:rakuco)
Comment 1 2014-04-02 01:24:09 PDT
Martin Robinson
Comment 2 2014-04-02 07:48:42 PDT
Comment on attachment 228372 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228372&action=review > Source/cmake/OptionsGTK.cmake:231 > +set(_required_includes_old ${CMAKE_REQUIRED_INCLUDES}) Why do you use the macro naming scheme here? I think this can be old_required_includes or OLD_REQUIRED_INCLUDES.
Raphael Kubo da Costa (:rakuco)
Comment 3 2014-04-02 07:55:07 PDT
Comment on attachment 228372 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228372&action=review >> Source/cmake/OptionsGTK.cmake:231 >> +set(_required_includes_old ${CMAKE_REQUIRED_INCLUDES}) > > Why do you use the macro naming scheme here? I think this can be old_required_includes or OLD_REQUIRED_INCLUDES. No particular reason, I just thought it would make sense to make the name look internal. I can change it to OLD_REQUIRED_INCLUDES before landing.
Martin Robinson
Comment 4 2014-04-02 08:00:40 PDT
Thanks for fixing!
Raphael Kubo da Costa (:rakuco)
Comment 5 2014-04-03 00:27:17 PDT
Created attachment 228479 [details] Patch for landing
Raphael Kubo da Costa (:rakuco)
Comment 6 2014-04-03 00:28:37 PDT
Note You need to log in before you can comment on or make changes to this bug.