[linux graphics] Remove GLEW
OpenGL is not used in the whole stack. All references are removed.
This commit is contained in:
parent
0380067105
commit
005e0e21c1
|
@ -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")
|
||||
|
|
|
@ -56,5 +56,4 @@ project("xenia-ui-window-vulkan-demo")
|
|||
"X11",
|
||||
"xcb",
|
||||
"X11-xcb",
|
||||
"GL",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue