[oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for mtdev

Jonathan Liu net147 at gmail.com
Wed Feb 19 02:16:40 UTC 2014


On 18 February 2014 21:26, Martin Jansa <martin.jansa at gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  recipes-qt/qt5/qtbase.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 4c1c6dd..116c86f 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -101,6 +101,7 @@ PACKAGECONFIG[openvg] = "-openvg,-no-openvg"
>  PACKAGECONFIG[iconv] = "-iconv,-no-iconv,virtual/libiconv"
>  PACKAGECONFIG[xkb] = "-xkb,-no-xkb,libxkbcommon"
>  PACKAGECONFIG[evdev] = "-evdev,-no-evdev"
> +PACKAGECONFIG[mtdev] = "-mtdev,-no-mtdev,mtdev"
>  # depends on glib
>  PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig"
>  PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+"
> --
> 1.8.5.3
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Note that the -mtdev and -no-mtdev options were introduced in Qt 5.2.1
so it should go to the 5.2.1 branch.
Qt 5.2.0 doesn't have those configure options.

Regards,
Jonathan



More information about the Openembedded-devel mailing list