• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch
Romain NaourRomain Naour committed 8f524f909e305 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 368c4c7cc5722b2edfe98fb3a8999f8f01bc9b56 Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@gmail.com>
3
Date: Fri, 5 Aug 2016 21:14:46 +0200
4
Subject: [PATCH] E: include uuid.h only when Wayland support is enabled.
5
​
6
libuuid is checked only when Wayland support is enabled and
7
uuid_t uuid is guarded by HAVE_WAYLAND.
8
​
9
So move include uuid.h below a HAVE_WAYLAND.
10
​
11
Signed-off-by: Romain Naour <romain.naour@gmail.com>
12
---
13
 src/bin/e_pixmap.c | 3 +--
14
 1 file changed, 1 insertion(+), 2 deletions(-)
15
​
16
diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
17
index 2bd94a7..0b01473 100644
18
--- a/src/bin/e_pixmap.c
19
+++ b/src/bin/e_pixmap.c
20
@@ -2,6 +2,7 @@
21
 
22
 #ifdef HAVE_WAYLAND
23
 # include "e_comp_wl.h"
24
+# include <uuid.h>
25
 # ifndef EGL_TEXTURE_FORMAT
26
 #  define EGL_TEXTURE_FORMAT       0x3080
27
 # endif
28
@@ -13,8 +14,6 @@
29
 # include "e_comp_x.h"
30
 #endif
31
 
32
-#include <uuid.h>
33
-
34
 static Eina_Hash *pixmaps[2] = {NULL};
35
 static Eina_Hash *aliases[2] = {NULL};
36
 
37
-- 
38
2.5.5
39
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.