1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Enable X11 screen saver extension on Linux

This commit is contained in:
alx 2013-05-27 02:13:27 +02:00 committed by Jon Trulson
parent fae50f7b98
commit 006dbc0e33

View file

@ -72,8 +72,8 @@ SYS_LIBRARIES = -lelf -lm -ldl -lgen
#endif
#if defined(LinuxArchitecture)
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT)
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -ldl -lcrypt -lm
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -ldl -lcrypt -lm
#endif
#if defined(FreeBSDArchitecture)