From: Jose Quaresma Date: Tue, 8 Dec 2020 15:07:07 +0000 (+0000) Subject: gstreamer1.0: use the correct meson option for the capabilities X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289e6ff5cbd58afbca18112232342c120c3f5c7c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0: use the correct meson option for the capabilities Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- 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 0fb0bcebc16..cce0f992267 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):