mirror of https://github.com/xemu-project/xemu.git
meson: Enable opengl
This commit is contained in:
parent
28fb1e44c6
commit
c30a2a8f23
|
@ -171,7 +171,7 @@ option('lzo', type : 'feature', value : 'auto',
|
|||
description: 'lzo compression support')
|
||||
option('rbd', type : 'feature', value : 'auto',
|
||||
description: 'Ceph block device driver')
|
||||
option('opengl', type : 'feature', value : 'auto',
|
||||
option('opengl', type : 'feature', value : 'enabled',
|
||||
description: 'OpenGL support')
|
||||
option('rdma', type : 'feature', value : 'auto',
|
||||
description: 'Enable RDMA-based migration')
|
||||
|
|
Loading…
Reference in New Issue