[vlc-devel] [PATCH] Qt: configure add missing QtGraphicalEffects check

Thomas Guillem thomas at gllm.fr
Tue Apr 16 09:20:10 CEST 2019


Hello,

Thanks for your patch. I tested it on Debian testing and got the following:

"configure: error: No package 'QtGraphicalEffects' found. If you want to build VLC without GUI, pass --disable-qt."

What is the exact error you are trying to solve ? And what is your linux distribution ?

On Debian, we have the qml-module-qtgraphicaleffects pakage that only contains .qml files. So this is a runtime dependency.

Regards,

On Mon, Apr 15, 2019, at 17:42, Etienne Brateau wrote:
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index a86a9f8897..350f4dfac5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3890,7 +3890,7 @@ AC_ARG_ENABLE([qt],
>  ])
>  have_qt5_x11="no"
>  AS_IF([test "${enable_qt}" != "no"], [
> -  PKG_CHECK_MODULES([QT], [Qt5Core >= 5.11.0 Qt5Widgets Qt5Gui 
> Qt5Quick Qt5QuickWidgets Qt5QuickControls2 Qt5Svg], [
> +  PKG_CHECK_MODULES([QT], [Qt5Core >= 5.11.0 Qt5Widgets Qt5Gui 
> Qt5Quick Qt5QuickWidgets Qt5QuickControls2 Qt5Svg QtGraphicalEffects], [
>        PKG_CHECK_MODULES([QT5_X11], [Qt5X11Extras], [
>            have_qt5_x11="yes"
>        ],[
> -- 
> 2.21.0
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list