diff options
author | Emil Velikov <[email protected]> | 2016-04-20 20:17:53 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:05 +0100 |
commit | 5459db91e31d8986d55e4cf3c86dc0c76ab0249a (patch) | |
tree | 5ce2e89358aeb312df4dc300160322064c1026d5 /src/egl | |
parent | a56009d0895fe09050edc1b3dd014bda5e965443 (diff) |
automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11
The variable covers more than just EGL, let's try to untangle the
confusion it brings.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 6953d44e607..664282a5740 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -49,7 +49,7 @@ libEGL_la_LDFLAGS = \ dri2_backend_FILES = dri3_backend_FILES = -if HAVE_EGL_PLATFORM_X11 +if HAVE_PLATFORM_X11 AM_CFLAGS += -DHAVE_X11_PLATFORM AM_CFLAGS += $(XCB_DRI2_CFLAGS) libEGL_la_LIBADD += $(XCB_DRI2_LIBS) |