ecore-evas-drm: Remove duplicate config set in meson.build file
authorChristopher Michael <devilhorns@comcast.net>
Mon, 18 May 2020 15:24:48 +0000 (11:24 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 18 May 2020 21:39:12 +0000 (06:39 +0900)
src/modules/ecore_evas/engines/drm/meson.build

index 584cc56..5807101 100644 (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]