qtvirtualkeyboard: Include sys/time.h

Fixes build on musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-07-13 00:41:53 -07:00
committed by Martin Jansa
parent d69be5de8c
commit e1027a5e60
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
From 78106c5b939cc7d84710fe4c8e2a356ac1f110ef Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Wed, 12 Jul 2017 23:59:52 -0700
Subject: [PATCH] include sys/time.h for timeval
Musl exposes this issue since its not indirectly
including sys/time.h like glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
src/virtualkeyboard/3rdparty/pinyin/include/userdict.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h b/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
index 1b9673f..924be7b 100644
--- a/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
+++ b/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
@@ -24,6 +24,7 @@
// Debug performance for operations
// #define ___DEBUG_PERF___
+#include <sys/time.h>
#ifdef _WIN32
#include <winsock.h> // timeval
#else
--
2.13.2

View File

@@ -5,6 +5,7 @@ LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
SRC_URI += "file://0001-include-sys-time.h-for-timeval.patch"
# To enabled Nuance T9 Write support, you need to provide the licensed components
# and enable "t9write" in PACKAGECONFIG. This can be done in a separate .bbappend file.