You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CMakeLists.txt
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -220,17 +220,10 @@ target_link_libraries(
220
220
)
221
221
222
222
if (USE_WAYLAND_CLIPBOARD)
223
-
if(!USE_WAYLAND_GRIM)
224
-
message(WARNING "You activated the USE_WAYLAND_CLIPBOARD option, but did not activate the USE_WAYLAND_GRIM option. Flameshot will use the dbus protocol to support wayland. If you use wlroots-based wayland, it is recommended to enable USE_WAYLAND_GRIM")
0 commit comments