mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #7146 from lioncash/software
Software: Don't link against X11 libraries
This commit is contained in:
@ -20,7 +20,4 @@ target_link_libraries(videosoftware
|
|||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
videocommon
|
videocommon
|
||||||
|
|
||||||
PRIVATE
|
|
||||||
${X11_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user