summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-07-14 01:58:12 +0100
committerEmil Velikov <[email protected]>2015-07-22 16:35:27 +0100
commita1202807dccc6e2ac02ff52639a49f6c2d06648d (patch)
tree49b83f5636509c304eedef6bcf87022ea62de312 /src/egl/main/Makefile.am
parent0b915856bac4871b90c101b44a2830b9a0e22e05 (diff)
egl: remove unused _EGL_DRIVER_SEARCH_DIR define
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/main/Makefile.am')
-rw-r--r--src/egl/main/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am
index 77f8b34acee..03fb826a5e6 100644
--- a/src/egl/main/Makefile.am
+++ b/src/egl/main/Makefile.am
@@ -27,8 +27,7 @@ AM_CFLAGS = \
$(DEFINES) \
$(VISIBILITY_CFLAGS) \
$(EGL_CFLAGS) \
- -D_EGL_NATIVE_PLATFORM=$(EGL_NATIVE_PLATFORM) \
- -D_EGL_DRIVER_SEARCH_DIR=\"$(libdir)/egl\"
+ -D_EGL_NATIVE_PLATFORM=$(EGL_NATIVE_PLATFORM)
lib_LTLIBRARIES = libEGL.la