From 73639b4550d72a7329835063ce848ce2066f941a Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Wed, 2 Nov 2016 12:29:50 +0100 Subject: [PATCH] jpeg-tools: move to Image Manipulation submenu Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi --- libs/libjpeg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libjpeg/Makefile b/libs/libjpeg/Makefile index 2aa82221a..c88bca030 100644 --- a/libs/libjpeg/Makefile +++ b/libs/libjpeg/Makefile @@ -41,6 +41,7 @@ define Package/jpeg-tools $(call Package/jpeg/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Image Manipulation DEPENDS:=+libjpeg TITLE+= manipulation tools endef