diff options
author | Emil Velikov <[email protected]> | 2014-01-29 16:51:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 17:17:50 +0000 |
commit | 053e095ecba794e907896067c46ec02b2265d9a7 (patch) | |
tree | 87468593c5d012dac849f8bd434c06f3c99eba96 /src/egl | |
parent | 6fe2ca7a083263b99b4b61c4a486f76126cec470 (diff) |
egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am
None of the code within builds or (explicitly) requires udev.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/drivers/dri2/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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)\" |