summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-07-04 13:59:42 +0200
committerPierre Ossman <ossman@cendio.se>2022-07-04 13:59:42 +0200
commitda5b0df9eebdcc9b205546d05564c2cd07de0f47 (patch)
tree1c6061134956ddef4df4fa62a00fa4ec46b42c53
parent8b9cc06c9a918af1831bd50ed2662c253d6d1e20 (diff)
downloadtigervnc-da5b0df9eebdcc9b205546d05564c2cd07de0f47.tar.gz
tigervnc-da5b0df9eebdcc9b205546d05564c2cd07de0f47.zip
Add missing dependencies for Xvnc
These aren't crucial for a clean build, but must be set for Xvnc to be properly rebuilt if anything in the Xorg tree changes. automake doesn't properly deduce these automatically from Xvnc_LDADD, unfortunately.
-rw-r--r--unix/xserver/hw/vnc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am
index f3abd8a0..f7ab0586 100644
--- a/unix/xserver/hw/vnc/Makefile.am
+++ b/unix/xserver/hw/vnc/Makefile.am
@@ -44,6 +44,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC -DNO_MODULE_EXTS \
-DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -I$(TIGERVNC_SRCDIR)/unix/common \
-I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS}
+Xvnc_DEPENDENCIES = $(XVNC_LIBS) $(XSERVER_LIBS)
Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11