media-plugins/gst-plugins-qt5: Search moc in qt5_get_bindir

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-05-11 01:13:10 +02:00
parent c7a13341fb
commit ae3b369ffe

View File

@@ -5,7 +5,7 @@ EAPI=7
GST_ORG_MODULE=gst-plugins-good
inherit gstreamer-meson
inherit gstreamer-meson qmake-utils
DESCRIPTION="Qt5 QML video sink plugin for GStreamer"
KEYWORDS="~amd64"
@@ -32,3 +32,8 @@ PATCHES=(
)
GST_PLUGINS_BUILD_DIR="qt"
src_prepare() {
export PATH="${PATH}:$(qt5_get_bindir)"
default
}