diff options
author | Emil Velikov <[email protected]> | 2016-12-07 13:24:58 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-18 16:01:15 +0000 |
commit | e8044dd4344fc716442cf4c4ffee77d54350b40e (patch) | |
tree | 6aa3b1c9fb5969926a0fd0e59b3929c86722c9d2 /src/egl/Makefile.am | |
parent | 3b887f122f604943f1f05fb3c255a91e6859564d (diff) |
configure: remove HAVE_EGL_DRIVER_DRI[23]
We have them for local purposes in configure, where we can use their
direct dependency.
With the only remaining instance in the makefile(s) being always true,
as it can be seen in the configure snippet.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 7c5abd21148..78cf525951d 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -91,7 +91,6 @@ libEGL_la_LIBADD += $(ANDROID_LIBS) dri2_backend_FILES += drivers/dri2/platform_android.c endif -if HAVE_EGL_DRIVER_DRI2 AM_CFLAGS += \ -I$(top_srcdir)/src/loader \ -I$(top_srcdir)/src/egl/drivers/dri2 \ @@ -109,7 +108,6 @@ libEGL_la_SOURCES += \ libEGL_la_LIBADD += $(top_builddir)/src/loader/libloader.la libEGL_la_LIBADD += $(DLOPEN_LIBS) $(LIBDRM_LIBS) $(CLOCK_LIB) -endif include $(top_srcdir)/install-lib-links.mk |