From: Emil Velikov Date: Wed, 29 Jan 2014 16:51:14 +0000 (+0000) Subject: egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=053e095ecba794e907896067c46ec02b2265d9a7;p=mesa.git egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am None of the code within builds or (explicitly) requires udev. Signed-off-by: Emil Velikov --- diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am index 6a9ae5082d2..a95cfa49bec 100644 --- a/src/egl/drivers/dri2/Makefile.am +++ b/src/egl/drivers/dri2/Makefile.am @@ -31,7 +31,6 @@ AM_CFLAGS = \ $(DEFINES) \ $(VISIBILITY_CFLAGS) \ $(LIBDRM_CFLAGS) \ - $(LIBUDEV_CFLAGS) \ $(LIBKMS_CFLAGS) \ -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\"