From patchwork Tue Jun 9 14:36:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?St=C3=A9phane_Cerveau?= X-Patchwork-Id: 4002 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2BBC4603C5 for ; Tue, 9 Jun 2020 16:36:26 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: scerveau) with ESMTPSA id BF4F52A058E From: =?utf-8?q?St=C3=A9phane_Cerveau?= To: libcamera-devel@lists.libcamera.org Date: Tue, 9 Jun 2020 16:36:00 +0200 Message-Id: <20200609143601.9050-1-scerveau@collabora.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/1] linux: install missing drm includes X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 14:36:26 -0000 When I was building pipewire with libcamera support, some drm headers were missing included by /libcamera/pixel_format.h. One option was to modify the pc file and depend on libdrm but as the headers are provided by libcamera, I thought it was more handy to install those in libcamera/linux Stéphane Cerveau (1): linux: install missing drm includes include/linux/meson.build | 12 ++++++++++++ include/meson.build | 1 + 2 files changed, 13 insertions(+) create mode 100644 include/linux/meson.build