vlc: add qt5 to PACKAGECONFIG

* Attempts to  enable qt5 by default failed [1]
* Requires meta-oe patch [2]

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-April/199331.html
[2] https://patchwork.openembedded.org/patch/160618/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-04-23 13:57:24 +02:00
parent 82ab133fda
commit 6ed688828b

View File

@@ -0,0 +1,3 @@
# VLC is not part of meta-qt5. We add append here so the append will work only
# in case meta-qt5 is in layers
PACKAGECONFIG_append = " qt5"