mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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