014180011d
Introduced as optional dependency with libass 0.17.0. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
459 B
Makefile
14 lines
459 B
Makefile
################################################################################
|
|
#
|
|
# libunibreak
|
|
#
|
|
################################################################################
|
|
|
|
LIBUNIBREAK_VERSION = 5.1
|
|
LIBUNIBREAK_SITE = https://github.com/adah1972/libunibreak/releases/download/libunibreak_$(subst .,_,$(LIBUNIBREAK_VERSION))
|
|
LIBUNIBREAK_INSTALL_STAGING = YES
|
|
LIBUNIBREAK_LICENSE = Zlib
|
|
LIBUNIBREAK_LICENSE_FILES = LICENCE
|
|
|
|
$(eval $(autotools-package))
|