I tried to execute trivial EGL program, but failed with this: symbol lookup error: /usr/lib/egl/egl_gallium.so: undefined symbol: drmGetMagic There is a lack of libdrm.so linkage somewhere (libEGL.so? egl_gallium.so?). Linking my program with -ldrm solves this issue.
It should have been fixed in both master and 7.9 branches. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.