From patchwork Fri Mar 22 10:43:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 783 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 52B22610B6 for ; Fri, 22 Mar 2019 11:43:56 +0100 (CET) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A65312DE; Fri, 22 Mar 2019 11:43:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1553251434; bh=q2eWMGNHDTyMi1gGey9gofORn0irFlTGnFjtwzTLegs=; h=From:To:Cc:Subject:Date:From; b=HXO3IeprUQy4WsjG/uU/9rbMSxACFPOOiSYWfMP8zCPWBpjMG1d1uKPO+PB2KoBYh ZMJJnCLFYIbD4T1egYfM3+EI78xzR1QdnEnjkTcWug6qMlqku/UoKhpr17iKxwZFlB AIn2J1oJ9GNSdOkvWQhYpA7UUT6Whtv4hI55QUeY= From: Kieran Bingham To: LibCamera Devel Date: Fri, 22 Mar 2019 10:43:46 +0000 Message-Id: <20190322104350.31091-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/4] Cleanup and non-GNU C library support 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: Fri, 22 Mar 2019 10:43:56 -0000 Two cleanups to the meson build and options, followed by two fixes to repair compilation on toolchains which use non-GNU C Libraries. Kieran Bingham (4): meson: Re-order the optional components meson: options: Document the options libcamera: log: Use internal basename implementation. libcamera: log: Fallback to getenv on non-gnu systems meson.build | 11 +++++++---- meson_options.txt | 9 +++++++-- src/libcamera/log.cpp | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 6 deletions(-)