mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtsession: Enable X11 screensaver extension on FreeBSD
This commit is contained in:
parent
7cddb0d165
commit
ed2c149bfc
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -ldl -lcrypt -lm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture)
|
#if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture)
|
||||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT)
|
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
||||||
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lcrypt -lm
|
SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -lcrypt -lm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PROGRAMS=dtsession
|
PROGRAMS=dtsession
|
||||||
|
|
Loading…
Reference in a new issue