mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
configure: drop LIBUDEV_CFLAGS from X11_INCLUDES
The cflags are explicitly included in the only Makefile that handles udev dependant code. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
7536d744ee
commit
6fe2ca7a08
1 changed files with 0 additions and 5 deletions
|
|
@ -862,11 +862,6 @@ xyesno)
|
|||
X11_INCLUDES="$X11_INCLUDES $DRIGL_CFLAGS"
|
||||
GL_LIB_DEPS="$DRIGL_LIBS"
|
||||
|
||||
if test x"$enable_dri3$have_libudev" = xyesyes; then
|
||||
X11_INCLUDES="$X11_INCLUDES $LIBUDEV_CFLAGS"
|
||||
GL_LIB_DEPS="$GL_LIB_DEPS"
|
||||
fi
|
||||
|
||||
# need DRM libs, $PTHREAD_LIBS, etc.
|
||||
GL_LIB_DEPS="$GL_LIB_DEPS $LIBDRM_LIBS -lm $PTHREAD_LIBS $DLOPEN_LIBS"
|
||||
GL_PC_LIB_PRIV="-lm $PTHREAD_LIBS $DLOPEN_LIBS"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue