|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBASS_VERSION = 0.16.0
|
|
|
+LIBASS_VERSION = 0.17.0
|
|
|
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
|
|
# Do not use the github helper here, the generated tarball is *NOT*
|
|
|
# the same as the one uploaded by upstream for the release.
|
|
@@ -33,4 +33,11 @@ else
|
|
|
LIBASS_CONF_OPTS += --disable-fontconfig --disable-require-system-font-provider
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBUNIBREAK),y)
|
|
|
+LIBASS_DEPENDENCIES += libunibreak
|
|
|
+LIBASS_CONF_OPTS += --enable-libunibreak
|
|
|
+else
|
|
|
+LIBASS_CONF_OPTS += --disable-libunibreak
|
|
|
+endif
|
|
|
+
|
|
|
$(eval $(autotools-package))
|