summaryrefslogtreecommitdiffstats
path: root/package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-09-02 22:31:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-06 21:50:33 +0200
commitcbd0aee306bc0757ff54b7887406c86b8c0fd23c (patch)
treee011e10bc54758dbef1cbfa429a431225b47c0e7 /package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch
parent7ae11c0ffd4605516769cdeaab9fce1a0b400a02 (diff)
downloadbuildroot-cbd0aee306bc0757ff54b7887406c86b8c0fd23c.tar.gz
buildroot-cbd0aee306bc0757ff54b7887406c86b8c0fd23c.zip
package/enlightenment: bump to v0.21.2
Remove upstream patch. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch')
-rw-r--r--package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch b/package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch
deleted file mode 100644
index 3f33fa3286..0000000000
--- a/package/enlightenment/0001-E-include-uuid.h-only-when-Wayland-support-is-enable.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 368c4c7cc5722b2edfe98fb3a8999f8f01bc9b56 Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@gmail.com>
-Date: Fri, 5 Aug 2016 21:14:46 +0200
-Subject: [PATCH] E: include uuid.h only when Wayland support is enabled.
-
-libuuid is checked only when Wayland support is enabled and
-uuid_t uuid is guarded by HAVE_WAYLAND.
-
-So move include uuid.h below a HAVE_WAYLAND.
-
-Signed-off-by: Romain Naour <romain.naour@gmail.com>
----
- src/bin/e_pixmap.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
-index 2bd94a7..0b01473 100644
---- a/src/bin/e_pixmap.c
-+++ b/src/bin/e_pixmap.c
-@@ -2,6 +2,7 @@
-
- #ifdef HAVE_WAYLAND
- # include "e_comp_wl.h"
-+# include <uuid.h>
- # ifndef EGL_TEXTURE_FORMAT
- # define EGL_TEXTURE_FORMAT 0x3080
- # endif
-@@ -13,8 +14,6 @@
- # include "e_comp_x.h"
- #endif
-
--#include <uuid.h>
--
- static Eina_Hash *pixmaps[2] = {NULL};
- static Eina_Hash *aliases[2] = {NULL};
-
---
-2.5.5
-
OpenPOWER on IntegriCloud