mirror of https://github.com/snes9xgit/snes9x.git
Qt: Fix non-windows build.
This commit is contained in:
parent
ea28e6d0d9
commit
34aab85f69
|
@ -105,7 +105,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND INCLUDES ${WAYLAND_INCLUDE_DIRS} ${X11_INCLUDE_DIRS})
|
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})
|
list(APPEND FLAGS ${WAYLAND_CFLAGS})
|
||||||
|
|
||||||
pkg_check_modules(PULSEAUDIO libpulse)
|
pkg_check_modules(PULSEAUDIO libpulse)
|
||||||
|
|
Loading…
Reference in New Issue