2
1
Эх сурвалжийг харах

package/qt5webengine: add missing opus dependency

The package opus is selected but it is not listed in the dependencies.

This adds opus to QT5WEBENGINE_DEPENDENCIES.

Fixes:

	$ make qt5webengine
	(...)
	ERROR: Feature 'webengine-system-opus' was enabled, but the pre-condition 'config.unix && libs.webengine-opus' failed.

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
(cherry picked from commit 7319e4af19c8af1a90c7b2c95914dcb313033cbb)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Gaël PORTAY 1 жил өмнө
parent
commit
47713b4ac9

+ 1 - 0
package/qt5/qt5webengine/qt5webengine.mk

@@ -78,6 +78,7 @@ QT5WEBENGINE_DEPENDENCIES += \
 	libvpx \
 	libxml2 \
 	libxslt \
+	opus \
 	snappy \
 	webp