summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-03-14 22:36:28 +0000
committerEmil Velikov <[email protected]>2015-03-21 17:16:41 +0000
commit0d6e7620f35331be301ec3177c0d9236838a845b (patch)
treeb04e8bcecf7a837df9d035fdbde7dc9ce070f9ab /src/egl/main/Makefile.am
parent65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (diff)
egl/main: drop platform fbdev specific code
st/egl was the only one which had support for this platform. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/main/Makefile.am')
-rw-r--r--src/egl/main/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am
index a4db21016e9..893ad266bfe 100644
--- a/src/egl/main/Makefile.am
+++ b/src/egl/main/Makefile.am
@@ -65,10 +65,6 @@ AM_CFLAGS += -DHAVE_DRM_PLATFORM
libEGL_la_LIBADD += ../../gbm/libgbm.la
endif
-if HAVE_EGL_PLATFORM_FBDEV
-AM_CFLAGS += -DHAVE_FBDEV_PLATFORM
-endif
-
if HAVE_EGL_PLATFORM_NULL
AM_CFLAGS += -DHAVE_NULL_PLATFORM
endif