Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ else()
add_library(Wlroots::wlroots ALIAS PkgConfig::WLR_INSTALLED)
endif()
endif()
# The capture module generates protocol code with ws_generate(); load
# The snap-target module generates protocol code with ws_generate(); load
# the vendored helpers so external builds do not depend on the scanner
# helpers being exported by the installed Waylib package.
include(${CMAKE_CURRENT_SOURCE_DIR}/waylib/cmake/WaylandScannerHelpers.cmake)
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ add_subdirectory(test_pinch_handler)
add_subdirectory(test_hide_window)
add_subdirectory(test_data_control_manager)
add_subdirectory(test_window_overlapped)
add_subdirectory(test_capture)
add_subdirectory(test_snap_target)
add_subdirectory(test_window_appearance)
add_subdirectory(test_super_overlay_surface)
add_subdirectory(test_monitor_active_event)
Expand Down
49 changes: 0 additions & 49 deletions examples/test_capture/CMakeLists.txt

This file was deleted.

80 changes: 0 additions & 80 deletions examples/test_capture/Main.qml

This file was deleted.

Loading
Loading