From patchwork Wed Apr 3 10:25:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 900 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id DAB9D600FD for ; Wed, 3 Apr 2019 12:25:55 +0200 (CEST) Received: from Q.imgcgcw.net (unknown [147.50.13.10]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AFE299AA; Wed, 3 Apr 2019 12:25:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1554287155; bh=wr+YphEUxSd4/vHqVLogj8jTEgMOKmERAwmj+dd5Kpg=; h=From:To:Cc:Subject:Date:From; b=Mm/ycigdKOrU8jQFk2YDc9BVCXk05OV5ZDZuHLGQS6fHp5ROVhPnDVssWdmXAgby0 XkkVnE6ovvIB9fEWcKXTQFEF/5TMdDszQ2zhcaa4HZd0eGBdiOnnmWCWmUGpbobVom mBLHD86z4SBKu/i88QX6bOlD27w7IYfH0y33pM1w= From: Kieran Bingham To: LibCamera Devel Date: Wed, 3 Apr 2019 17:25:43 +0700 Message-Id: <20190403102545.7143-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] Cleanups - for buildroot X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2019 10:25:56 -0000 Two final (I hope) patches to ready the buildroot integration. First is a fix to the ipu3, highlighted by the buildroot compilers. Second is an update to the qcam qt5 dependency check. This is to prevent the host qmake being used which makes meson belive the qt5 dependencies are available in the cross-build environment. Kieran Bingham (2): libcamera: ipu3: Catch return value when disabling links qcam: meson: Use pkg-config method for qt5 dependencies src/libcamera/pipeline/ipu3/ipu3.cpp | 3 ++- src/qcam/meson.build | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-)