Signed-off-by: Leonid Bobrov
---
tests/test-helpers.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tests/test-helpers.c b/tests/test-helpers.c
index f0c5b28..137c0b8 100644
--- a/tests/test-helpers.c
+++ b/tests/test-helpers.c
@@ -47,6 +47,11 @@
#else
#include
Signed-off-by: Leonid Bobrov
---
configure.ac| 3 +++
tests/test-runner.c | 22 +-
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b8f30e4..19ac93c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,9 @@ RT_LIBS=
Signed-off-by: Leonid Bobrov
---
Makefile.am | 1 +
configure.ac | 12
tests/test-helpers.c | 33 +++--
3 files changed, 44 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6eefc73..44b58c4 100644
--- a/Makefile
Signed-off-by: Leonid Bobrov
---
src/wayland-os.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/wayland-os.h b/src/wayland-os.h
index 86685e0..08b38bd 100644
--- a/src/wayland-os.h
+++ b/src/wayland-os.h
@@ -41,6 +41,9 @@ wl_os_event_create_cloexec(void);
int
wl_os_accept_cloexec(i
Signed-off-by: Leonid Bobrov
---
configure.ac | 2 ++
src/wayland-server.c | 35 +++
src/wayland-shm.c| 10 ++
3 files changed, 47 insertions(+)
diff --git a/configure.ac b/configure.ac
index 414bc92..b8f30e4 100644
--- a/configure.ac
+++ b/co
Signed-off-by: Leonid Bobrov
---
src/wayland-client.h | 4
1 file changed, 4 insertions(+)
diff --git a/src/wayland-client.h b/src/wayland-client.h
index 9f70fa3..690c446 100644
--- a/src/wayland-client.h
+++ b/src/wayland-client.h
@@ -39,4 +39,8 @@
#include "wayland-client-core.h"
#inclu
Signed-off-by: Leonid Bobrov
---
Makefile.am | 3 +-
configure.ac | 23 +-
doc/doxygen/Makefile.am | 3 +-
src/{event-loop.c => event-loop-epoll.c} | 6 +-
src/event-loop-kqueue.c | 800 +
Signed-off-by: Leonid Bobrov
---
configure.ac| 4
tests/test-compositor.c | 25 +++--
tests/test-runner.c | 29 -
3 files changed, 55 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index cf8d82d..414bc9
So far I got these errors before patching:
libtool: link: cc -o .libs/headers-test -pthread -Wall -Wextra
-Wno-unused-parameter -g -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -O2 -pipe tests/headers-test.o
tests/headers-protocol-test.o tests/headers-protocol-core-test.o
/tmp/o
Signed-off-by: Leonid Bobrov
---
Makefile.am | 6 +++---
configure.ac | 16
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f47d055..489f581 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,7 @@ nodist_include_HEADERS =
Signed-off-by: Leonid Bobrov
---
configure.ac | 4
src/wayland-shm.c | 30 ++
2 files changed, 34 insertions(+)
diff --git a/configure.ac b/configure.ac
index 19ac93c..65cc543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,10 @@ AC_SUBST(RT_LIBS)
11 matches
Mail list logo