diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-07-18 20:22:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-19 17:51:00 +0100 |
commit | d4b5a24c2e7f7d8fcd7968c909f8cdedee1c3ef6 (patch) | |
tree | ff9222f6520f413fb31e1e730a5d5691785a8b81 | |
parent | dcf7eeec1e68cfe32613da9d460da73d222e7b06 (diff) | |
download | poky-d4b5a24c2e7f7d8fcd7968c909f8cdedee1c3ef6.tar.gz |
gstreamer1.0-plugins-bad: add PACKAGECONFIG for gtk3
* gtkwaylandsink was added in 1.21.1 version:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515
* gtk3+ could be autodetected (e.g. as transitive dependency from opencv)
(From OE-Core rev: a5e3d39ceb75fa78bdfbdca7da34a481e02f4eda)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb index e549728c20..6766a8c19a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb | |||
@@ -46,6 +46,7 @@ PACKAGECONFIG[dtls] = "-Ddtls=enabled,-Ddtls=disabled,openssl" | |||
46 | PACKAGECONFIG[faac] = "-Dfaac=enabled,-Dfaac=disabled,faac" | 46 | PACKAGECONFIG[faac] = "-Dfaac=enabled,-Dfaac=disabled,faac" |
47 | PACKAGECONFIG[faad] = "-Dfaad=enabled,-Dfaad=disabled,faad2" | 47 | PACKAGECONFIG[faad] = "-Dfaad=enabled,-Dfaad=disabled,faad2" |
48 | PACKAGECONFIG[fluidsynth] = "-Dfluidsynth=enabled,-Dfluidsynth=disabled,fluidsynth" | 48 | PACKAGECONFIG[fluidsynth] = "-Dfluidsynth=enabled,-Dfluidsynth=disabled,fluidsynth" |
49 | PACKAGECONFIG[gtk3] = "-Dgtk3=enabled,-Dgtk3=disabled,gtk3+" | ||
49 | PACKAGECONFIG[hls] = "-Dhls=enabled,-Dhls=disabled," | 50 | PACKAGECONFIG[hls] = "-Dhls=enabled,-Dhls=disabled," |
50 | # Pick atleast one crypto backend below when enabling hls | 51 | # Pick atleast one crypto backend below when enabling hls |
51 | PACKAGECONFIG[nettle] = "-Dhls-crypto=nettle,,nettle" | 52 | PACKAGECONFIG[nettle] = "-Dhls-crypto=nettle,,nettle" |