From 094bad522824b871bb3cbcecfdb13f4c3c51d60f Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Tue, 25 Aug 2015 13:26:54 +0900 Subject: [PATCH] build: Qt5 frontend needs X11 on linux Change-Id: I486107e9462cae57948ffc3d0dbb4779a7185f5a Signed-off-by: SeokYeon Hwang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9d436de9d9..816e8c4fec 100755 --- a/configure +++ b/configure @@ -2343,7 +2343,7 @@ if test "$qt" != "no"; then if $pkg_config --exists "$qtpackage >= $qtversion"; then qt_cflags=`$pkg_config --cflags $qtpackage` qt_libs=`$pkg_config --libs $qtpackage` - + qt_libs="$qt_libs $x11_libs" if test "$mingw32" = "no" ; then libs_softmmu="$qt_libs $libs_softmmu" else -- 2.34.1