head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.07.02.13.09.42; author tnn; state dead; branches; next 1.1; commitid VjArfF8uvifi35MG; 1.1 date 2026.07.02.13.00.11; author tnn; state Exp; branches; next ; commitid 7JCZ97gLWNy705MG; desc @@ 1.2 log @libwebp: revert previous, different fix added independently @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2026/07/02 13:00:11 tnn Exp $ Don't pick up stray SDL2 dependency --- CMakeLists.txt.orig 2025-07-08 00:20:00.000000000 +0000 +++ CMakeLists.txt @@@@ -666,7 +666,8 @@@@ if(WEBP_BUILD_EXTRAS) ${CMAKE_CURRENT_BINARY_DIR}) # vwebp_sdl - find_package(SDL2 QUIET) + #find_package(SDL2 QUIET) + set(SDL2_FOUND False) if(WEBP_BUILD_VWEBP AND SDL2_FOUND) add_executable(vwebp_sdl ${VWEBP_SDL_SRCS}) target_link_libraries(vwebp_sdl ${SDL2_LIBRARIES} imageioutil webp) @ 1.1 log @libwebp: don't pick up stray SDL2 dependency @ text @d1 1 a1 1 $NetBSD$ @