Skip to content

Commit

Permalink
Qt: Fix non-windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Aug 25, 2023
1 parent ea28e6d commit 34aab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 34aab85

Please sign in to comment.