Skip to content

Commit

Permalink
Fix build without Wayland of static binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Apr 29, 2021
1 parent 4e7ec4e commit 6d1b488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if (DESKTOP_APP_USE_GLIBC_WRAPS)
endif()
if (LINUX
AND NOT DESKTOP_APP_USE_PACKAGED
AND NOT DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION)
AND Qt5WaylandClient_FOUND)
add_subdirectory(linux_wayland_helper)
endif()

0 comments on commit 6d1b488

Please sign in to comment.