PKGBUILDs/community/suil/0001-remove-cocoa-check.patch
2019-06-08 23:47:35 +00:00

29 lines
950 B
Diff

From 103b49e10a11cb9ac276639a5c614f2a37aea65d Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sat, 22 Dec 2018 15:09:54 -0700
Subject: [PATCH] remove cocoa check
Mis-detects on ARM for whatever reason.
---
wscript | 4 ----
1 file changed, 4 deletions(-)
diff --git a/wscript b/wscript
index 9ce3e1d..c553717 100644
--- a/wscript
+++ b/wscript
@@ -88,10 +88,6 @@ def configure(conf):
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_COCOA',
- mandatory = False):
- autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1)
conf.check_cc(define_name = 'HAVE_LIBDL',
lib = 'dl',
--
2.21.0