Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
9309a837
Commit
9309a837
authored
Aug 10, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt5-qpa-hwcomposer: including sync.h is needed in some files with some versions of android
parent
64827f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
004-Includes-sync.h-which-provides-sync_wait.patch
...plugin/004-Includes-sync.h-which-provides-sync_wait.patch
+37
-0
No files found.
recipes-qt/qt5/qt5-qpa-hwcomposer-plugin/004-Includes-sync.h-which-provides-sync_wait.patch
0 → 100644
View file @
9309a837
From ee32e808edc73b208dc787530e50013ee60775c6 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 6 Aug 2015 14:32:10 +0200
Subject: [PATCH] Includes sync.h which provides sync_wait
---
hwcomposer/hwcomposer_backend_v10.h | 1 +
hwcomposer/hwcomposer_backend_v11.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/hwcomposer/hwcomposer_backend_v10.h b/hwcomposer/hwcomposer_backend_v10.h
index bc7055a..628557f 100644
--- a/hwcomposer/hwcomposer_backend_v10.h
+++ b/hwcomposer/hwcomposer_backend_v10.h
@@ -48,6 +48,7 @@
#include <QWaitCondition>
#include <QMutex>
+#include <sync/sync.h>
class HwComposerBackend_v10 : public HwComposerBackend {
public:
diff --git a/hwcomposer/hwcomposer_backend_v11.h b/hwcomposer/hwcomposer_backend_v11.h
index 46b34d3..8281925 100644
--- a/hwcomposer/hwcomposer_backend_v11.h
+++ b/hwcomposer/hwcomposer_backend_v11.h
@@ -45,6 +45,7 @@
#ifdef HWC_PLUGIN_HAVE_HWCOMPOSER1_API
#include "hwcomposer_backend.h"
+#include <sync/sync.h>
// libhybris access to the native hwcomposer window
#include <hwcomposer_window.h>
--
2.5.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment