mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
28 lines
944 B
Diff
28 lines
944 B
Diff
From 668bdedae8ed61527d6cf94751248f9aa9c40a5c 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 89ab039..352e569 100644
|
|
--- a/wscript
|
|
+++ b/wscript
|
|
@@ -91,10 +91,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',
|
|
- mandatory = False):
|
|
- autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1)
|
|
|
|
conf.check_cc(define_name = 'HAVE_LIBDL',
|
|
lib = 'dl',
|
|
--
|
|
2.19.2
|
|
|