mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/tvheadend: Add support for liburiparser
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
b2d327d0dd
commit
c9e2be0cd8
@ -32,12 +32,18 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|||||||
TVHEADEND_DEPENDENCIES += libiconv
|
TVHEADEND_DEPENDENCIES += libiconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBURIPARSER),y)
|
||||||
|
TVHEADEND_DEPENDENCIES += liburiparser
|
||||||
|
TVHEADEND_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) $(if $(BR2_USE_WCHAR),,-DURI_NO_UNICODE)"
|
||||||
|
endif
|
||||||
|
|
||||||
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
||||||
|
|
||||||
define TVHEADEND_CONFIGURE_CMDS
|
define TVHEADEND_CONFIGURE_CMDS
|
||||||
(cd $(@D); \
|
(cd $(@D); \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
|
$(TVHEADEND_CONF_ENV) \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--arch="$(ARCH)" \
|
--arch="$(ARCH)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user