我正在尝试为 gstreamer 的 imx6 sabrelite 板构建 uImage。我正在尝试构建 gst-plugins-gl 但我收到如下错误主机是 arm-unknown-linux-gnu
checking for fbGetDisplay in -lEGL... no
checking for X... no
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
configure: cannot find X11 development files
checking EGL/egl.h usability... no
checking EGL/egl.h presence... no
checking for EGL/egl.h... no
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: GL or EGL is required, consider installing libgl1-mesa-dev
i installed libgl1-mesa-dev after recompiling it again i am still getting the same errors please guide me how can i build it sucessfully