lede-packages-rs

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

commit a6b1e51fe67a37af777a02442fc3d003d849768c
parent 236d4d41f0abbe8cd57e97d33625f90fe538f603
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sun,  6 Nov 2016 13:38:12 +0200

Merge pull request #3377 from bobafetthotmail/patch-8

liblo-utils: moving to category Sound
Diffstat:
Mlibs/liblo/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libs/liblo/Makefile b/libs/liblo/Makefile @@ -24,7 +24,6 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/liblo/Default - SUBMENU:=Sound TITLE:=Lightweight Open Sound Control (OSC) URL:=http://liblo.sourceforge.net/ endef @@ -33,14 +32,14 @@ define Package/liblo $(call Package/liblo/Default) SECTION:=libs CATEGORY:=Libraries + SUBMENU:=Sound TITLE+= library DEPENDS:= +libpthread endef define Package/liblo-utils $(call Package/liblo/Default) - SECTION:=utils - CATEGORY:=Utilities + CATEGORY:=Sound TITLE+= utilities DEPENDS:= +liblo endef