mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Software: Don't link against X11 libraries
The software backend doesn't actually use X11 in any capacity directly.
This commit is contained in:
@ -20,7 +20,4 @@ target_link_libraries(videosoftware
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user