[PATCH xserver] dmx: fix linking
Mihail Konev
k.mvc at ya.ru
Thu Feb 2 21:57:54 UTC 2017
Regressed-in: bb9128fd ("present: disable page flip")
Signed-off-by: Mihail Konev <k.mvc at ya.ru>
---
Maybe there should be #ifdef-s instead - I only bisected :)
randr/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/randr/Makefile.am b/randr/Makefile.am
index 90dc9ec9aac4..90aa1289f958 100644
--- a/randr/Makefile.am
+++ b/randr/Makefile.am
@@ -30,3 +30,4 @@ if XINERAMA
librandr_la_SOURCES += ${XINERAMA_SRCS}
endif
+librandr_la_LIBADD = $(top_builddir)/render/librender.la
--
2.9.2
More information about the xorg-devel
mailing list