From 3cc6465464574ccf6308d0ba6b8b90cb64de1937 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Tue, 8 Dec 2020 15:07:07 +0000 Subject: gstreamer1.0: use the correct meson option for the capabilities (From OE-Core rev: baeab0f51ecc19fb85101c4bd472f0650231d0de) Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-multimedia') 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" PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-completion" PACKAGECONFIG[tools] = "-Dtools=enabled,-Dtools=disabled" -PACKAGECONFIG[setcap] = ",,libcap libcap-native" +PACKAGECONFIG[setcap] = "-Dptp-helper-permissions=capabilities,,libcap libcap-native" # TODO: put this in a gettext.bbclass patch def gettext_oemeson(d): -- cgit v1.2.3-54-g00ecf