Qt: Fix non-windows build.
This commit is contained in:
parent
ea28e6d0d9
commit
34aab85f69
@ -105,7 +105,7 @@ else()
|
||||
endif()
|
||||
|
||||
list(APPEND INCLUDES ${WAYLAND_INCLUDE_DIRS} ${X11_INCLUDE_DIRS})
|
||||
list(APPEND LIBS ${WAYLAND_LIBRARIES} ${X11_LIBRARIES} ${ZLIB_LIBRARIES ${SDL_LIBRARIES}})
|
||||
list(APPEND LIBS ${WAYLAND_LIBRARIES} ${X11_LIBRARIES} ${ZLIB_LIBRARIES} ${SDL_LIBRARIES})
|
||||
list(APPEND FLAGS ${WAYLAND_CFLAGS})
|
||||
|
||||
pkg_check_modules(PULSEAUDIO libpulse)
|
||||
|
Loading…
Reference in New Issue
Block a user