1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +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 #endif
#if defined(LinuxArchitecture) #if defined(LinuxArchitecture)
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -ldl -lcrypt -lm SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -ldl -lcrypt -lm
#endif #endif
#if defined(FreeBSDArchitecture) #if defined(FreeBSDArchitecture)