aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2019-10-19 08:49:09 +0200
committerMihai Moldovan <ionic@ionic.de>2019-10-19 08:49:09 +0200
commite721ba296dc2a7180c2fd7aa81cd0bcd090dfd23 (patch)
tree9c619846ddd6cfa0735797cdaae4694127bf7f0b
parentc68a579eb22fa701a86853db324d8807df845f0e (diff)
parentb55c66e8ab3ed004043c54101aae8935ca7471eb (diff)
downloadnx-libs-e721ba296dc2a7180c2fd7aa81cd0bcd090dfd23.tar.gz
nx-libs-e721ba296dc2a7180c2fd7aa81cd0bcd090dfd23.tar.bz2
nx-libs-e721ba296dc2a7180c2fd7aa81cd0bcd090dfd23.zip
Merge branch 'uli42-pr/fix_rebuild' into 3.6.x
Attributes GH PR #845: https://github.com/ArcticaProject/nx-libs/pull/845
-rw-r--r--nx-X11/programs/Xserver/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile
index db2f0d7a5..cd81c650b 100644
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -304,7 +304,7 @@ TIRPC_LIB = $$(pkg-config --libs 'libtirpc')
NXAGENT = hw/nxagent/LibraryTargetName(nxagent)
NXCOMPEXT = hw/nxagent/compext/LibraryTargetName(compext)
NXAGENTLIBS = PreFbLibs $(NXAGENT) FbPostFbLibs $(NXCOMPEXT) $(NXAGENT) $(MI)
-NXAGENTSYSLIBS = $(LDPRELIBS) $(XLIB) $(SYSLIBS) $(XPMLIB) $(XMLLIB) $(PIXMANLIB) $(TIRPC_LIB)
+NXAGENTSYSLIBS = $(XLIB) $(SYSLIBS) $(XPMLIB) $(XMLLIB) $(PIXMANLIB) $(TIRPC_LIB)
NXCOMPEXTSYSLIBS = $(ZLIB) $(PNGLIB) $(JPEGLIB)
#if HasParallelMake
MakeMutex($(NXAGENTDIRS) $(NXCOMPEXT) $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXCOMPEXTSYSLIBS) $(NXAGENTSYSLIBS))