ecore_evas: drm2 is not a dependencies of Ecore_Evas, but of the module only.

This commit is contained in:
Cedric BAIL 2018-02-05 14:42:42 -08:00
parent c51a425ee5
commit cb7550eb1c
1 changed files with 2 additions and 4 deletions

View File

@ -4590,10 +4590,8 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [emile])
ECORE_EVAS_MODULE([extn], [${want_ecore_evas_extn}])
ECORE_EVAS_MODULE([ews], [yes])
ECORE_EVAS_MODULE([fb], [${want_fb}])
ECORE_EVAS_MODULE([drm], [${want_drm}],
[EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [${want_drm}], [ecore-drm2])])
ECORE_EVAS_MODULE([gl-drm], [${want_gl_drm}],
[EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [${want_gl_drm}], [ecore-drm2])])
ECORE_EVAS_MODULE([drm], [${want_drm}])
ECORE_EVAS_MODULE([gl-drm], [${want_gl_drm}])
ECORE_EVAS_MODULE([opengl-cocoa], [${want_ecore_evas_gl_cocoa}])