--- suil-0.10.2/wscript.orig 2019-04-09 09:03:28.853348215 +0200 +++ suil-0.10.2/wscript 2019-04-09 09:03:38.692690511 +0200 @@ -91,10 +91,6 @@ if not conf.options.no_qt5: autowaf.check_pkg(conf, 'Qt5Widgets', uselib_store='QT5', atleast_version='5.1.0', mandatory=False) - if conf.check_cxx(header_name = 'QMacCocoaViewContainer', - uselib = 'QT5', - mandatory = False): - autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1) conf.check_cc(define_name = 'HAVE_LIBDL', lib = 'dl',