Commit Graph

464 Commits

Author SHA1 Message Date
mrg 5180c00189 share XKBCOMPDIR between xkbcomp and xorg-server. 2009-09-25 06:07:06 +00:00
mrg 4463162fd2 xorg-server servers depend upon -Wl,--export-dynamic these days.
spotted by uwe@.  fixes at least swrast userland and Xnest.
2009-09-25 06:04:30 +00:00
snj bbb05cc64a Update for new xterm. 2009-09-19 04:54:04 +00:00
mrg cfb8df7f4f install the fontconfig files into /etc/fonts/conf.avail, and symlink
the default ones into /etc/fonts/conf.d, as per default.

reported by jukka marin on netbsd-users.
2009-09-07 21:07:02 +00:00
macallan 0757b51d96 build the sunleo driver on sparc and sparc64 2009-09-05 22:35:53 +00:00
ahoka 04e8306951 Install manpage for the Xorg S3 driver. 2009-08-28 17:20:07 +00:00
ahoka 8e8267140c OK, it seems we missed the fact, that s3_video.c needs S3_NEWMMIO
defined for proper compilation (its using some macros which are ended
up as undefined symbols and thus crashing the server).

The driver is working properly again now.
2009-08-28 14:39:39 +00:00
ahoka b04b38e286 Bump DRIVER_VERSION for last update. 2009-08-28 14:13:24 +00:00
mrg 89ff155dc1 build libmesa and swrast on all platforms. 2009-08-27 04:36:40 +00:00
mrg a32a54ebe7 fix the SRCS list for swrast. 2009-08-27 04:36:13 +00:00
mrg 602bbf6a42 disable imstt driver. it needs xorg 1.6 help. 2009-08-27 04:35:57 +00:00
mrg dbed2ed55e build int10 on macppc -- "nv" driver depends on it.
xorg 1.6.3 works on my old powermac G4 with nv now.
2009-08-27 04:34:52 +00:00
mrg 3be75bc755 bsdResource.c is now called stdResource.c. 2009-08-27 04:34:13 +00:00
mrg 5b64d8fe9f build tdfx_dri.c. fixes PR#41922. 2009-08-27 04:33:18 +00:00
macallan c914c90eda build pnozz and suntcx drivers on sparc 2009-08-26 22:33:38 +00:00
macallan 66e211a7ea reachover for pnozz and suntcx 2009-08-26 22:30:46 +00:00
mrg 1ef7a9ffe7 install the xorg "protocol.txt" file. 2009-08-23 09:05:44 +00:00
mrg 7488d6c7be add -Wno-error for a bunch of files that use (xorg) deprecated symbols. 2009-08-22 02:40:26 +00:00
mrg 66681277bc colormap.c needs some -Wno-error too.... 2009-08-22 01:44:58 +00:00
mrg 4c1f42cfa8 Xmag.ad -> app-defaults/Xmag 2009-08-22 01:25:45 +00:00
mrg a8c466d9ae look for and find "config.h" 2009-08-22 01:06:02 +00:00
mrg 32719be438 enable strcasecmp() and strdup(). 2009-08-22 01:03:31 +00:00
mrg 881e863520 xrandr.c wants a VERSION defined now. 2009-08-22 01:03:11 +00:00
mrg 2aeb0a73e7 bdftruncate is now a C program ... written by martin and joerg. :-) 2009-08-22 01:02:47 +00:00
ahoka e288bad006 Add missing C file and change version number to complete the last upgrade. 2009-07-12 23:49:49 +00:00
mrg c6b110c7ca XXX: -Wno-error savage_exa.c for now. 2009-07-09 07:50:10 +00:00
mrg 393017d87b fix build for pixman 0.15.14 2009-07-09 02:15:48 +00:00
mrg f0f6e34374 need to link stdResource.c now 2009-07-07 07:58:46 +00:00
mrg 94a2d1af9e install geext.h. 2009-07-05 21:30:30 +00:00
mrg c2eb070e59 enable EXA and XAA. 2009-07-03 21:19:19 +00:00
macallan 0c5e45033e netbsdPci.c is no more 2009-07-02 04:27:47 +00:00
macallan de0eabb5e4 we don't have or need SparcMulDiv.S 2009-07-02 04:27:05 +00:00
mrg 097e42c7ab add files needed for DRI. should fix a problem reported by Matthew Mondor. 2009-06-29 15:40:10 +00:00
mrg 9c6a192497 fix the list of sources. 2009-06-23 04:48:47 +00:00
mrg cb84b0f930 don't build the vga or nsc drivers -- they haven't been ported to
xorg-server 1.6 yet.  remove them from the list of drivers to try
to load with "X -configure".  (someone should also confirm that
this list of drivers is right.)

this should fix PR#41626.
2009-06-23 04:39:52 +00:00
mrg 5b9c71717d implement MKX11FONTS for Xorg. 2009-06-18 06:36:58 +00:00
mrg 3fb9247f79 actually build glx extension. 2009-06-18 03:32:41 +00:00
mrg 7319e14f4d remove dead code 2009-06-18 03:20:14 +00:00
mrg 855056f57f build pciaccess everywhere for now 2009-06-18 02:46:57 +00:00
mrg 5de241ae42 only built int10 on x86. from macallan. 2009-06-18 02:46:10 +00:00
mrg a1fe0e9723 remove non-existant subdirs from the default path list. 2009-06-18 02:45:30 +00:00
mrg 2fd2ea3eb2 build the swrast_setup code, too. 2009-06-16 05:21:58 +00:00
mrg 3aabb85acc be sure to link in the swrast_setup code, too 2009-06-16 05:16:12 +00:00
mrg 66feaa8daf - build and install swrast_dri.so
- don't force linking dri_util.c into swrast_dri.so
- fix the source lists in libGL/OSmesa makefiles
- unobsolete the symbols/pc keymap and 7x14-KOI8-R.pcf.gz font

XXX the libGL/OSmesa makefiles could use some reorg.  there
XXX are a bunch of duplicated items.
2009-06-16 00:26:10 +00:00
mrg d0033f6983 fix xsrc/41577: install the Xvidtune app-defaults file, after the
necessary preprocessing and sed processing it needs.
2009-06-12 06:57:22 +00:00
mrg e2812586d9 clean up the sources list.
this driver doesn't work yet, though.
it has not been ported to libpciaccess yet.
2009-06-12 04:40:22 +00:00
mrg b3141d0339 add all the missing sources 2009-06-12 04:26:32 +00:00
snj 9d3fa903c6 Add a missing source file. X now works again in vmware. 2009-06-12 04:10:57 +00:00
mrg 216c4cfb08 add missing source files. 2009-06-12 04:00:56 +00:00
mrg d225a0d5f8 build updates for xorg-server 1.6. 2009-06-12 01:59:04 +00:00