mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libbluray: explicitly enable optional enabled features
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
670095b473
commit
7d9b4b6431
@@ -20,18 +20,21 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||
LIBBLURAY_DEPENDENCIES += freetype
|
||||
LIBBLURAY_CONF_OPTS += --with-freetype
|
||||
else
|
||||
LIBBLURAY_CONF_OPTS += --without-freetype
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
||||
LIBBLURAY_DEPENDENCIES += fontconfig
|
||||
LIBBLURAY_CONF_OPTS += --with-fontconfig
|
||||
else
|
||||
LIBBLURAY_CONF_OPTS += --without-fontconfig
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
||||
LIBBLURAY_DEPENDENCIES += libxml2
|
||||
LIBBLURAY_CONF_OPTS += --with-libxml2
|
||||
else
|
||||
LIBBLURAY_CONF_OPTS += --without-libxml2
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user