]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
configure: opengl doesn't depend on x11
[mirror_qemu.git] / configure
index 3d2aef95f8ab57ff650a4e9d7c8e330f33134f05..fbfbb64029f9a00ad515c24892daf2057d181bcd 100755 (executable)
--- a/configure
+++ b/configure
@@ -3779,9 +3779,9 @@ libs_softmmu="$libs_softmmu $fdt_libs"
 
 if test "$opengl" != "no" ; then
   opengl_pkgs="epoxy libdrm gbm"
-  if $pkg_config $opengl_pkgs x11; then
-    opengl_cflags="$($pkg_config --cflags $opengl_pkgs) $x11_cflags"
-    opengl_libs="$($pkg_config --libs $opengl_pkgs) $x11_libs"
+  if $pkg_config $opengl_pkgs; then
+    opengl_cflags="$($pkg_config --cflags $opengl_pkgs)"
+    opengl_libs="$($pkg_config --libs $opengl_pkgs)"
     opengl=yes
     if test "$gtk" = "yes" && $pkg_config --exists "$gtkpackage >= 3.16"; then
         gtk_gl="yes"