diff options
Diffstat (limited to 'util/cf/cygwin.tmpl')
-rw-r--r-- | util/cf/cygwin.tmpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/util/cf/cygwin.tmpl b/util/cf/cygwin.tmpl index 404b62845..a392a3478 100644 --- a/util/cf/cygwin.tmpl +++ b/util/cf/cygwin.tmpl @@ -30,10 +30,7 @@ XCOMM $XFree86: xc/config/cf/cygwin.tmpl,v 3.18 2003/10/19 08:27:05 herrb Exp $ #define SharedXResReqs $(LDPRELIB) $(XLIB) #define SharedXfontcacheReqs $(LDPRELIB) $(XLIB) #define SharedXineramaReqs $(LDPRELIB) $(XLIB) -/* - * We don't build Xss - * #define SharedXssReqs $(LDPRELIB) $(XLIB) - */ +#define SharedXssReqs $(LDPRELIB) $(XLIB) #define SharedXvMCReqs $(LDPRELIB) $(XLIB) #define SharedXxf86dgaReqs $(LDPRELIB) $(XLIB) #define SharedXxf86miscReqs $(LDPRELIB) $(XLIB) @@ -54,6 +51,10 @@ XMULIBONLY = -lXmu @@\ XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB) #endif +#ifndef SharedXawRev +# define SharedXawRev 7.0 +#endif + #ifndef XawClientLibs # define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XPMLIB) $(EXTRAXAWCLIENTLIBS) $(XLIB) #endif |