qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v3 3/5] configure: opengl overhaul


From: Juan Quintela
Subject: Re: [Qemu-devel] [PULL v3 3/5] configure: opengl overhaul
Date: Fri, 13 Mar 2015 22:53:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Gerd Hoffmann <address@hidden> wrote:
> Rename config option from "glx" to "opengl", glx will not be the only
> option for opengl in near future.  Also switch over to pkg-config for
> opengl support detection.


I had before this patch enabled --enable-glx

> +if test "$opengl" != "no" ; then
> +  opengl_pkgs="gl glx"
I am missing a package or glx is wrong here?

> +  if $pkg_config $opengl_pkgs; then
> +    opengl_libs="$($pkg_config --libs $opengl_pkgs) -lX11"

(master *)$ pkg-config --libs gl
-lGL 
(master *)$ pkg-config --libs glx
Package glx was not found in the pkg-config search path.
Perhaps you should add the directory containing `glx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glx' found
(master *)$ 

I am not ablet find a glx.pc on fedora.  Notice that I have the headre
file that was tested before for:

$ ll /usr/include/GL/glx.h 
-rw-r--r--. 1 root root 19K Jan 24 14:59 /usr/include/GL/glx.h
(master *)$ rpm -qf /usr/include/GL/glx.h
mesa-libGL-devel-10.4.3-1.20150124.fc21.x86_64


Fedora 21, just if it is not obvious O;-)

Any good ideas?

Thanks, Juan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]