enable glib in default.

This commit is contained in:
Hermet Park 2020-01-02 10:24:11 +09:00
parent 36719d4125
commit 4e453674da
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ option('crypto',
option('glib',
type : 'boolean',
value : false,
value : true,
description : 'Main loop integration for glib in efl'
)