mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Fix compiling on Linux when XDGA is detected (fixed issue #12).
This commit is contained in:
parent
6d5531b998
commit
b02b86b613
@ -149,7 +149,7 @@ if(UNIX AND NOT APPLE AND NOT BEOS)
|
|||||||
"${X11_LIB_SEARCH_PATH}" XDGA_FOUND)
|
"${X11_LIB_SEARCH_PATH}" XDGA_FOUND)
|
||||||
|
|
||||||
if(XDGA_FOUND)
|
if(XDGA_FOUND)
|
||||||
list(APPEND PLATFORM Xxf86dga ${X11_LIBRARIES})
|
list(APPEND PLATFORM_LIBS Xxf86dga ${X11_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user