mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
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:
parent
063cffa81d
commit
3984d5a45b
1 changed files with 6 additions and 0 deletions
|
@ -36,5 +36,11 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \
|
|||
manager.o records.o setup.o \
|
||||
util.o nlmsg.o
|
||||
|
||||
#ifdef LinuxArchitecture
|
||||
/* On Linux, just use the system provided Xau */
|
||||
DEPXAUTHLIB =
|
||||
#endif
|
||||
|
||||
|
||||
ComplexProgramTarget(dtpdmd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue