blob: 45d96e76427e138873d852a61618ee9db4159536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ../xtt-1.3/shared-libfont-1.2.diff~ Sun May 28 18:55:42 2000
+++ ../xtt-1.3/shared-libfont-1.2.diff Sun May 28 21:52:50 2000
@@ -1050,9 +1050,9 @@
DIX = dix/LibraryTargetName(dix)
- FONT = $(DEPFONTLIB)
+ FONT = $(FONTLIB) $(XPFBLIBS)
- #ifdef ServerExtraSysLibs
- EXTRASYSLIBS = ServerExtraSysLibs
- #endif
+ #if UsbMouseSupport
+ #if !HasLibUsb
+ USB = $(XF86OSSRC)/libusb/LibraryTargetName(usb)
@@ -209,7 +209,8 @@
DECDIRS = $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(DDXDIR1) $(DEPDIRS)
DECOBJS = hw/dec/ws/init.o hw/dec/ws/sdepthinit.o
|