lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 73639b4550d72a7329835063ce848ce2066f941a
parent 803e1286ca5b97bb228c6471feeb737f372451ae
Author: Alberto Bursi <starshipeleven@outlook.com>
Date:   Wed,  2 Nov 2016 12:29:50 +0100

jpeg-tools: move to Image Manipulation submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
Mlibs/libjpeg/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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