build: Qt5 frontend needs X11 on linux
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 25 Aug 2015 04:26:54 +0000 (13:26 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 26 Aug 2015 04:37:35 +0000 (13:37 +0900)
Change-Id: I486107e9462cae57948ffc3d0dbb4779a7185f5a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
configure

index 9d436de9d91e3d883eb9113d5f124d207bb9a48f..816e8c4fec5b5facf4224b77197aa928495eeeea 100755 (executable)
--- 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