summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-11-07 10:58:36 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2019-11-08 12:28:50 +0000
commit1a2b899b96c6ab77d02ad638a287e7a7c7a341dc (patch)
tree607c63c9bbcfe540fb99ace734415dec09ae8a4c
parente7b84ba82a208008b2f9c83377c7c69a2c856ae2 (diff)
weston: fix simple-dmabuf-drm build
clients/meson.build:325:3: ERROR: Problem encountered: simple-dmabuf-drm is configured to use libdrm_intel but it was not found. Or, you can remove intel from '-Dsimple-dmabuf-drm' list. Change-Id: I31837071396c3ef37e316505159a5e2bdd565028 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644
index 0000000..0e3a2a5
--- /dev/null
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -0,0 +1,30 @@
+############################################################################
+##
+## Copyright (C) 2019 The Qt Company Ltd.
+## Contact: https://www.qt.io/licensing/
+##
+## This file is part of the Boot to Qt meta layer.
+##
+## $QT_BEGIN_LICENSE:GPL$
+## Commercial License Usage
+## Licensees holding valid commercial Qt licenses may use this file in
+## accordance with the commercial license agreement provided with the
+## Software or, alternatively, in accordance with the terms contained in
+## a written agreement between you and The Qt Company. For licensing terms
+## and conditions see https://www.qt.io/terms-conditions. For further
+## information use the contact form at https://www.qt.io/contact-us.
+##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU
+## General Public License version 3 or (at your option) any later version
+## approved by the KDE Free Qt Foundation. The licenses are as published by
+## the Free Software Foundation and appearing in the file LICENSE.GPL3
+## included in the packaging of this file. Please review the following
+## information to ensure the GNU General Public License requirements will
+## be met: https://www.gnu.org/licenses/gpl-3.0.html.
+##
+## $QT_END_LICENSE$
+##
+############################################################################
+
+EXTRA_OEMESON += "-Dsimple-dmabuf-drm=auto"