From a96b1e5d3e04add535e50fa521e86aab4707ac0e Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 19 Jan 2018 11:19:12 +0100 Subject: Fix build of qtwayland 5.9 without evdev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a FTBS due to no evdev present. Change-Id: If00dff352e4b270b2dbd1d7df15869d984c883b8 Signed-off-by: Jan-Simon Möller --- recipes-qt/qt5/qtwayland_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-qt/qt5/qtwayland_%.bbappend') diff --git a/recipes-qt/qt5/qtwayland_%.bbappend b/recipes-qt/qt5/qtwayland_%.bbappend index a6a8f00b6..9807840ca 100644 --- a/recipes-qt/qt5/qtwayland_%.bbappend +++ b/recipes-qt/qt5/qtwayland_%.bbappend @@ -32,3 +32,5 @@ SRC_URI_append_checkforkrogoth = "\ DEPENDS_append_koelsch = " libegl gles-user-module" DEPENDS_append_porter = " ${@base_conditional('PREFERRED_PROVIDER_virtual/egl', 'mesa', 'mesa', 'libegl gles-user-module', d)}" + +SRC_URI_append = " file://0099_qtwayland_no_evdev.patch " -- cgit