Browse Source

liblo-utils: moving to category Sound

before it was in Utilities, subcategory Sound.
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
lilik-openwrt-22.03
Alberto Bursi 8 years ago
committed by GitHub
parent
commit
658b779b22
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      libs/liblo/Makefile

+ 2
- 3
libs/liblo/Makefile View File

@ -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


Loading…
Cancel
Save