From 15f54f44a858521de705b9cdf776259d0075dec7 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 7 Nov 2024 20:15:42 +0000 Subject: [PATCH] sdl2: move tests to utils/video Signed-off-by: Daniel Golle --- libs/sdl2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/sdl2/Makefile b/libs/sdl2/Makefile index 1922061..0f95ce3 100644 --- a/libs/sdl2/Makefile +++ b/libs/sdl2/Makefile @@ -134,8 +134,9 @@ endif endef define Package/libsdl2-tests - SECTION:=libs - CATEGORY:=Libraries + SECTION:=utils + CATEGORY:=Utilities + SUBMENU:=Video TITLE:=SDL installed tests URL:=https://www.libsdl.org DEPENDS:=+libsdl2 -- 2.30.2