wl_drm: do not say you have wl_drm backend in config.h when you have not.

This commit is contained in:
Cedric BAIL 2017-08-10 10:27:49 -07:00
parent 1cdbcb0d94
commit d8b9ea9f9b
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ no_icon = true
if get_option('wayland') != true
disable = true
else
config_h.set('HAVE_WL_DRM', '1')
endif
config_h.set('HAVE_WL_DRM', '1')