summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-12-08 15:07:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-15 22:51:56 +0000
commit3cc6465464574ccf6308d0ba6b8b90cb64de1937 (patch)
treeefcd2c0ebc135b4e2a8ba7a48e2d47f656492f9d /meta/recipes-multimedia
parentb2e0ab3f328cbc90d9a387b5cb5826e4e84adcaf (diff)
downloadpoky-3cc6465464574ccf6308d0ba6b8b90cb64de1937.tar.gz
gstreamer1.0: use the correct meson option for the capabilities
(From OE-Core rev: baeab0f51ecc19fb85101c4bd472f0650231d0de) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb
index 0fb0bcebc1..cce0f99226 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb
@@ -35,7 +35,7 @@ PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind"
35PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" 35PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils"
36PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion" 36PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion"
37PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled" 37PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled"
38PACKAGECONFIG[setcap] = ",,libcap libcap-native" 38PACKAGECONFIG[setcap] = "-Dptp-helper-permissions=capabilities,,libcap libcap-native"
39 39
40# TODO: put this in a gettext.bbclass patch 40# TODO: put this in a gettext.bbclass patch
41def gettext_oemeson(d): 41def gettext_oemeson(d):