Browse Source

shairplay: fix PKG_FIXUP

PKG_FIXUP should be defined before including package.mk

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 9 years ago
parent
commit
f5c4816f10
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      sound/shairplay/Makefile

+ 2
- 2
sound/shairplay/Makefile View File

@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
define Package/shairplay
SECTION:=sound
CATEGORY:=Sound


Loading…
Cancel
Save