mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Merge pull request #3377 from bobafetthotmail/patch-8
liblo-utils: moving to category Sound
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user