summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-12-08 15:07:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-18 17:52:23 +0100
commit5b956ef359ae1ad50822fe92256ae8f2657931f0 (patch)
tree56886c84404d889e4d18323147e7be9caa019b2a /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
parent54846f581e6a80caadb5db6fc392efc46114a15d (diff)
downloadpoky-5b956ef359ae1ad50822fe92256ae8f2657931f0.tar.gz
gstreamer1.0: use the correct meson option for the capabilities
(From OE-Core rev: ac6ea1a96645d2a4dd54660256603f0b191bb4d3) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit baeab0f51ecc19fb85101c4bd472f0650231d0de) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
index 236d6034d6..966a904eef 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
@@ -41,7 +41,7 @@ PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind"
41PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" 41PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils"
42PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion" 42PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion"
43PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled" 43PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled"
44PACKAGECONFIG[setcap] = ",,libcap libcap-native" 44PACKAGECONFIG[setcap] = "-Dptp-helper-permissions=capabilities,,libcap libcap-native"
45 45
46# TODO: put this in a gettext.bbclass patch 46# TODO: put this in a gettext.bbclass patch
47def gettext_oemeson(d): 47def gettext_oemeson(d):