Gerd Hoffmann <kra...@redhat.com> 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.