From: Rosen Penev Date: Mon, 17 Aug 2020 01:41:16 +0000 (-0700) Subject: mpg123: install fmt123.h file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3a62950214484bd774d1104e2ea0341f173f72c2;p=openwrt-packages.git mpg123: install fmt123.h file Seems it's not included in the CMake port. Signed-off-by: Rosen Penev --- diff --git a/sound/mpg123/Makefile b/sound/mpg123/Makefile index e40bea962..e62bab991 100644 --- a/sound/mpg123/Makefile +++ b/sound/mpg123/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpg123 PKG_VERSION:=1.26.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/mpg123 @@ -89,6 +89,7 @@ endif define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(INSTALL_DATA) \ + $(PKG_BUILD_DIR)/src/libmpg123/fmt123.h \ $(PKG_INSTALL_DIR)/usr/include/mpg123.h \ $(PKG_INSTALL_DIR)/usr/include/out123.h \ $(PKG_INSTALL_DIR)/usr/include/syn123.h \