[linux graphics] Remove GLEW

OpenGL is not used in the whole stack.
All references are removed.
This commit is contained in:
Sandy Carter 2019-08-21 23:41:35 +02:00
parent 0380067105
commit 005e0e21c1
No known key found for this signature in database
GPG Key ID: CBEF579D87B6E212
2 changed files with 0 additions and 3 deletions

View File

@ -72,7 +72,6 @@ project("xenia-gpu-vulkan-trace-viewer")
"X11",
"xcb",
"X11-xcb",
"GL",
})
filter("platforms:Windows")
@ -140,7 +139,6 @@ project("xenia-gpu-vulkan-trace-dump")
"X11",
"xcb",
"X11-xcb",
"GL",
})
filter("platforms:Windows")

View File

@ -56,5 +56,4 @@ project("xenia-ui-window-vulkan-demo")
"X11",
"xcb",
"X11-xcb",
"GL",
})