mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Disable all code related to libXp
deprecated and mostly no longer included on current OSes
This commit is contained in:
parent
b251a15844
commit
2ea057d511
54 changed files with 302 additions and 127 deletions
|
|
@ -74,12 +74,12 @@ SYS_LIBRARIES = -lelf -lm -ldl -lgen
|
|||
|
||||
#if defined(LinuxArchitecture)
|
||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
||||
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -ldl -lcrypt -lm
|
||||
SYS_LIBRARIES = $(XINLIB) -lXss -ldl -lcrypt -lm
|
||||
#endif
|
||||
|
||||
#if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture)
|
||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
||||
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -lcrypt -lm
|
||||
SYS_LIBRARIES = $(XINLIB) -lXss -lcrypt -lm
|
||||
#endif
|
||||
|
||||
PROGRAMS=dtsession
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue