package/libhdhomerun: fix header install path
Header files are expected to be installed in usr/include/libhdhomerun/ https://packages.debian.org/sid/i386/libhdhomerun-dev/filelist https://github.com/tvheadend/tvheadend/blob/master/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h#L27 This patch will fix a build error with hdhomerun support enabled in tvheadend. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2158bd6ae1
commit
ca7c9d4597
@ -19,8 +19,9 @@ endef
|
||||
define LIBHDHOMERUN_INSTALL_STAGING_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/libhdhomerun.so \
|
||||
$(STAGING_DIR)/usr/lib/libhdhomerun.so
|
||||
mkdir -p $(STAGING_DIR)/usr/include/libhdhomerun/
|
||||
$(INSTALL) -m 0644 $(@D)/*.h \
|
||||
$(STAGING_DIR)/usr/include/
|
||||
$(STAGING_DIR)/usr/include/libhdhomerun/
|
||||
endef
|
||||
|
||||
define LIBHDHOMERUN_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user