From 9d60b443e7a95a2217fae669e2e8661ced4a925f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 16 May 2021 11:14:29 +0200 Subject: [PATCH] Revert "package/libbluray: add optional support for libudfread" This reverts commit 7aa9b9041d29547114d29f963d567fe421cccb1b. 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 Signed-off-by: Yann E. MORIN --- package/libbluray/libbluray.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk index 835e8edd83..36f59190b1 100644 --- a/package/libbluray/libbluray.mk +++ b/package/libbluray/libbluray.mk @@ -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 -- 2.30.2