mesa-gl-headers: add DRI header

K900 70ae8dce 5da892d2

+1
+1
pkgs/development/libraries/mesa/headers.nix
··· 7 7 let 8 8 common = import ./common.nix { inherit lib fetchFromGitLab; }; 9 9 headers = [ 10 + "include/GL/internal/dri_interface.h" 10 11 "include/EGL/eglext_angle.h" 11 12 "include/EGL/eglmesaext.h" 12 13 ];