GNOME Bugzilla – Bug 754108
qmlsink: Ensure that at least one windowing system is available
Last modified: 2015-08-31 22:17:09 UTC
Created attachment 310007 [details] [review] qmlsink: Ensure that at least one windowing system is available Otherwise qmlsink will happily compile but never work, and just crash at startup. This patch disables the plugin if none of the required headers are found.
commit 77f68f6e108c9712792f92d8a9b92e66efc4a4fb Author: Nirbheek Chauhan <nirbheek@centricular.com> Date: Fri Aug 7 17:27:48 2015 +0530 qmlsink: Ensure that at least one windowing system is available Otherwise, we'll just crash at runtime because the gl context is NULL https://bugzilla.gnome.org/show_bug.cgi?id=754108