aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch')
-rw-r--r--recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch b/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
deleted file mode 100644
index 20896b4..0000000
--- a/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: git/LayerManagerExamples/LayerManagerControl/src/commands.cpp
-===================================================================
---- git.orig/LayerManagerExamples/LayerManagerControl/src/commands.cpp 2012-07-12 16:51:49.695274924 +0300
-+++ git/LayerManagerExamples/LayerManagerControl/src/commands.cpp 2012-07-12 16:52:03.231275452 +0300
-@@ -21,6 +21,7 @@
- #include "ExpressionInterpreter.h"
- #include <iostream>
- #include <signal.h> // signal
-+#include <unistd.h>
-
- using namespace std;
-