Revert "package/libbluray: add optional support for libudfread"
This reverts commit 7aa9b9041d
.
libbluray before 1.3.0 does not properly detect libudfread, because it
checks for the incorrect name (it asks pkg-config for udfread instead of
libudfread). So, even with the dependency, it would miss it.
Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7aa9b9041d
commit
9d60b443e7
@ -19,10 +19,6 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
LIBBLURAY_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUDFREAD),y)
|
||||
LIBBLURAY_DEPENDENCIES += libudfread
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||
LIBBLURAY_DEPENDENCIES += freetype
|
||||
LIBBLURAY_CONF_OPTS += --with-freetype
|
||||
|
Loading…
Reference in New Issue
Block a user