summaryrefslogtreecommitdiffstats
path: root/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-29 22:09:44 -0700
committerAndrei Gherzan <andrei@gherzan.com>2018-05-04 22:08:38 +0100
commit4d689a792cbcd928f1f0026955920870c37d14ee (patch)
tree29198a77a52ebefbfa5075b4dd6fe0c0d0906dab /recipes-sato
parent014408d1ac49ca7e4a748874c342fefb9376cc4a (diff)
downloadmeta-raspberrypi-4d689a792cbcd928f1f0026955920870c37d14ee.tar.gz
webkitgtk: Add a bbappend to disable gst-gl on vc4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-sato')
-rw-r--r--recipes-sato/webkitgtk/webkitgtk_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-sato/webkitgtk/webkitgtk_%.bbappend b/recipes-sato/webkitgtk/webkitgtk_%.bbappend
new file mode 100644
index 0000000..a4cc96e
--- /dev/null
+++ b/recipes-sato/webkitgtk/webkitgtk_%.bbappend
@@ -0,0 +1 @@
EXTRA_OECMAKE_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' -DUSE_GSTREAMER_GL=OFF ', '', d)}"