PKGBUILDs/community/suil/0001-remove-cocoa-check.patch

29 lines
950 B
Diff
Raw Normal View History

2019-06-08 23:47:35 +00:00
From 103b49e10a11cb9ac276639a5c614f2a37aea65d Mon Sep 17 00:00:00 2001
2018-12-22 22:12:24 +00:00
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
2019-06-08 23:47:35 +00:00
index 9ce3e1d..c553717 100644
2018-12-22 22:12:24 +00:00
--- a/wscript
+++ b/wscript
2019-06-08 23:47:35 +00:00
@@ -88,10 +88,6 @@ def configure(conf):
2018-12-22 22:12:24 +00:00
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',
2019-06-08 23:47:35 +00:00
- uselib = 'QT5_COCOA',
2018-12-22 22:12:24 +00:00
- mandatory = False):
- autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1)
conf.check_cc(define_name = 'HAVE_LIBDL',
lib = 'dl',
--
2019-06-08 23:47:35 +00:00
2.21.0
2018-12-22 22:12:24 +00:00