ecore-evas-drm: Remove duplicate config set in meson.build file

This commit is contained in:
Christopher Michael 2020-05-18 11:24:48 -04:00
parent 783e990819
commit ef733d2035
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
if get_option('opengl') != 'none'
config_h.set('BUILD_ECORE_EVAS_GL_DRM', '1')
endif
engine_src = files(['ecore_evas_drm.c'])
engine_deps = [ecore_drm2, ecore_input, eeze, elput, libdrm, engine_drm]