diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-02-06 15:10:52 +0100 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2019-02-06 15:41:24 +0100 |
commit | e228a9fe93ce05c89488375cf7a19ce759930e6d (patch) | |
tree | 87267af114ed1a3e7af099f7a29e58dc7354c7fa /package/qtuio/0001-TuioServer.cpp-add-missing-include.patch | |
parent | 5de7c039d93e26b0594f0cef7149565bd194cdda (diff) | |
download | buildroot-e228a9fe93ce05c89488375cf7a19ce759930e6d.tar.gz buildroot-e228a9fe93ce05c89488375cf7a19ce759930e6d.zip |
package/qtuio: remove package
The qtuio package uses the obsolete qt4 package, which we are about to
remove, so remove qtuio as well.
CC: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/qtuio/0001-TuioServer.cpp-add-missing-include.patch')
-rw-r--r-- | package/qtuio/0001-TuioServer.cpp-add-missing-include.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/qtuio/0001-TuioServer.cpp-add-missing-include.patch b/package/qtuio/0001-TuioServer.cpp-add-missing-include.patch deleted file mode 100644 index 99337026df..0000000000 --- a/package/qtuio/0001-TuioServer.cpp-add-missing-include.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 4dd7cad8c95484a882eaa2aeaa74595a3dd93a07 Mon Sep 17 00:00:00 2001 -From: Stephan Hoffmann <sho@relinux.de> -Date: Sun, 2 Dec 2012 13:36:41 +0100 -Subject: [PATCH] TuioServer.cpp: add missing include - -If usleep() is used the header <unistd.h> has to be included - -Signed-off-by: Stephan Hoffmann <sho@relinux.de> ---- - src/3rdparty/tuio/TuioServer.cpp | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/src/3rdparty/tuio/TuioServer.cpp b/src/3rdparty/tuio/TuioServer.cpp -index f17bef9..851144c 100644 ---- a/src/3rdparty/tuio/TuioServer.cpp -+++ b/src/3rdparty/tuio/TuioServer.cpp -@@ -25,6 +25,8 @@ using namespace TUIO; - using namespace osc; - - #ifndef WIN32 -+#include <unistd.h> -+ - static void* ThreadFunc( void* obj ) - #else - static DWORD WINAPI ThreadFunc( LPVOID obj ) --- -1.7.0.4 - |