Skip to content

Commit c751f32

Browse files
ckhardinchardin-cpi
authored andcommitted
package/gst1-plugins-good: add qt5tools as a dependency
During a configuration with per-package, seeing the following meson build error which is resolved when the qt5tools are declared explicitly as a dependency. build/gst1-plugins-good-1.22.9/ext/qt/meson.build:48:4: \ ERROR: Problem encountered: qt5 qmlglsink plugin is enabled, \ but qt specific tools were not found Signed-off-by: Charles Hardin <[email protected]>
1 parent 3f1f15c commit c751f32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/gstreamer1/gst1-plugins-good/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL
293293
select BR2_PACKAGE_QT5BASE_WIDGETS
294294
select BR2_PACKAGE_QT5DECLARATIVE
295295
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
296+
select BR2_PACKAGE_QT5TOOLS
296297
select BR2_PACKAGE_QT5X11EXTRAS if BR2_PACKAGE_QT5BASE_XCB
297298
help
298299
QT5 plugin which includes elements qmlglsrc and qmlglsink

package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ endif
357357

358358
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QMLGL),y)
359359
GST1_PLUGINS_GOOD_CONF_OPTS += -Dqt5=enabled
360-
GST1_PLUGINS_GOOD_DEPENDENCIES += qt5declarative
360+
GST1_PLUGINS_GOOD_DEPENDENCIES += qt5declarative qt5tools
361361
ifeq ($(BR2_PACKAGE_QT5BASE_XCB),y)
362362
GST1_PLUGINS_GOOD_DEPENDENCIES += qt5x11extras
363363
endif

0 commit comments

Comments
 (0)