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>
This commit is contained in:
Gaël PORTAY
2024-07-31 16:57:54 +02:00
committed by Arnout Vandecappelle
parent aa017484ea
commit 7319e4af19

View File

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