[oe] [meta-qt5][PATCH 2/2] qtbase: add libinput to depends when wayland is enabled in distro

Denys Dmytriyenko denis at denix.org
Tue Aug 25 01:08:59 UTC 2015


There's a patch for that already, that adds PACKAGECONFIG for libinput...

On Mon, Aug 24, 2015 at 02:57:40PM -0700, Khem Raj wrote:
> Fixes warnings like
> 
> WARNING: QA Issue: qtbase-plugins rdepends on libinput, but it isn't a build dependency? [build-deps]
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  recipes-qt/qt5/qtbase_git.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
> index 7d2d5ec..4e419a9 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -28,6 +28,7 @@ SRC_URI += "\
>  "
>  
>  DEPENDS += "qtbase-native"
> +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'wayland', 'libinput', '', d)}"
>  
>  # LGPL-3.0 is used only in src/plugins/platforms/android/extract.cpp
>  
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list