Re: Aw: xine_sxfe_frontend.c:1865: undefined reference to `glXQueryVersion'

2019-12-15 Thread Kevin Kofler
Martin Gansser wrote: > f31 [1]: > Checking for pkg-config opengl ... no > Checking for opengl ... yes > adding -lGL to LIBS_X11 > adding -lGLU to LIBS_X11 > > f32[2]: > Checking for pkg-config opengl ... adding -lOpenGL to LIBS_X11 > yes So the issue is the use of pkg-config opengl. That new pkg-

Aw: xine_sxfe_frontend.c:1865: undefined reference to `glXQueryVersion'

2019-12-15 Thread Martin Gansser
I see this difference in the build.log f31 [1]: Checking for pkg-config opengl ... no Checking for opengl ... yes adding -lGL to LIBS_X11 adding -lGLU to LIBS_X11 f32[2]: Checking for pkg-config opengl ... adding -lOpenGL to LIBS_X11 yes the part in the code is: check_deps # need -lm for ceil