On linux use the system provided libXau rather than one from the imports
directory (that would have linked to the X11 tree).
This commit is contained in:
@@ -36,5 +36,11 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \
|
|||||||
manager.o records.o setup.o \
|
manager.o records.o setup.o \
|
||||||
util.o nlmsg.o
|
util.o nlmsg.o
|
||||||
|
|
||||||
|
#ifdef LinuxArchitecture
|
||||||
|
/* On Linux, just use the system provided Xau */
|
||||||
|
DEPXAUTHLIB =
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
ComplexProgramTarget(dtpdmd)
|
ComplexProgramTarget(dtpdmd)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user