Thanks and sorry for late response.
With dtrace being present, this breaks the build.
Conditioned patch attached.
>From 226055e126e27e099c151899d09603e5ad29e50f Mon Sep 17 00:00:00 2001
From: Giuseppe Bilotta <giuseppe.bilo...@gmail.com>
Date: Fri, 13 Jan 2017 18:44:01 +0100
Subject: [PATCH xserver] tests: Fix without-dtrace build

Signed-off-by: Giuseppe Bilotta <giuseppe.bilo...@gmail.com>
Reviewed-by: Mihail Konev <k....@ya.ru>
Signed-off-by: Mihail Konev <k....@ya.ru>
---
 test/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 33ac65c37084..6a92946e41d4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -146,6 +146,10 @@ tests_LDADD += \
             $(top_builddir)/Xext/libXvidmode.la \
             @XORG_LIBS@
 
+if !SPECIAL_DTRACE_OBJECTS
+tests_LDADD += $(top_builddir)/os/libos.la
+endif
+
 BUILT_SOURCES = sdksyms.c
 CLEANFILES += sdksyms.c
 
-- 
2.9.2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to