On 13/07/21 13:15, Thomas Huth wrote:
+if virgl.found() or 'CONFIG_OPENGL' in config_host
+ gbm = dependency('gbm', method: 'pkg-config', kwargs: static_kwargs)
+endif
gnutls = not_found
Tweaked to add "required: false". Paolo
On 13/07/21 13:15, Thomas Huth wrote:
+if virgl.found() or 'CONFIG_OPENGL' in config_host
+ gbm = dependency('gbm', method: 'pkg-config', kwargs: static_kwargs)
+endif
gnutls = not_found
Tweaked to add "required: false". Paolo