|
@@ -148,6 +148,9 @@ MPV_DEPENDENCIES += libgl
|
|
else ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
|
|
else ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
|
|
MPV_CONF_OPTS += --enable-gl
|
|
MPV_CONF_OPTS += --enable-gl
|
|
MPV_DEPENDENCIES += libgles
|
|
MPV_DEPENDENCIES += libgles
|
|
|
|
+else ifeq ($(BR2_PACKAGE_HAS_LIBEGL),y)
|
|
|
|
+MPV_CONF_OPTS += --enable-gl
|
|
|
|
+MPV_DEPENDENCIES += libegl
|
|
else
|
|
else
|
|
MPV_CONF_OPTS += --disable-gl
|
|
MPV_CONF_OPTS += --disable-gl
|
|
endif
|
|
endif
|