Commit Graph

51 Commits

Author SHA1 Message Date
Peter Hutterer
bdaf1ba97c Undo typos from last commit
Reported-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-17 15:22:22 +10:00
Peter Hutterer
9c1f8f775c Untangle XF86DRI from the driver-specific DRI define
XF86DRI is defined by xorg-server.h, so --disable-dri in the sis driver
itself does exactly nothing other than not fill in the CFLAGS and thus stop
the driver from compiling.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-01-04 14:13:46 +10:00
Jeremy Huddleston
0ab07a477a Use pci_device_map_legacy rather than xf86MapDomainMemory on newer servers
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-30 11:09:30 -07:00
Jeremy Huddleston
03644653d0 Silence warnings by using newer xf86dgaproto
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-29 17:25:18 -07:00
Alan Coopersmith
94f23a5672 Convert sis.man from XORG_RAWCPP to using sed like other drivers
Upgrade to util-macros 1.8 for additional man page support

Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
The existing statement can now be removed from the configuration file.

Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
Enables silent rule and use platform appropriate version of sed.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-07 22:16:43 -07:00
Gaetan Nadon
c2a6ffda81 config: add comments for main statements 2010-07-22 15:38:56 -04:00
Gaetan Nadon
ae7ac7fe58 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 16:07:00 -04:00
Gaetan Nadon
fe34acc246 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:37:41 -04:00
Gaetan Nadon
4d77c76f9c config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:23 -04:00
Gaetan Nadon
2a3e9ff446 config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
00d2b8790a config: remove unrequired AC_SUBST([DRI_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:54:12 -04:00
Gaetan Nadon
ca0dd9ac3d config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:44:58 -04:00
Gaetan Nadon
96daa64b9c config: remove unrequired AC_HEADER_STDC
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 20:24:42 -04:00
Gaetan Nadon
517a7563c4 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 19:41:31 -04:00
Gaetan Nadon
494ce36b3b config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 18:45:19 -04:00
Dave Airlie
75a8a7c515 sis 0.10.3 2010-07-05 14:23:33 +10:00
Gaetan Nadon
116d40678d README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated.
README files are exclusively text files.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-14 08:14:30 -04:00
Gaetan Nadon
2c9baaaa8a configure.ac: use backticks rather than $() for cmd subs
Use "$PKG_CONFIG" rather than hard coded "pkg-config"

Acked-by: Dan Nicholson <dbn.lists@gmail.com>
Acked-by: Daniel Stone <daniel@fooishbar.org>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-28 15:17:12 -05:00
Gaetan Nadon
8d766ddd89 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:09 -04:00
Gaetan Nadon
b92482e522 Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:22 -04:00
Dave Airlie
9e50319293 sis: bump for release 0.10.2 2009-07-30 12:04:29 +10:00
Peter Hutterer
59ea80738d Update to xextproto 7.1 support.
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
need to include dpmsconst.h if xextproto 7.1 is available.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16 11:55:25 +10:00
Chris Ball
5583c2342d Revert "Build fixes for EXA3"
This reverts commit 7adc184e5e.
The EXA developers have backed out this ABI bump.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-27 10:57:35 -05:00
Chris Ball
7adc184e5e Build fixes for EXA3
* EXA in xserver head now requires -DEXA_DRIVER_KNOWN_MAJOR=3
* EXA3 drops the UploadToScratch hook, so guard it for < 3 only.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24 12:32:01 -05:00
Dave Airlie
6ab99d8d66 sis 0.10.1 2008-12-22 14:38:17 +10:00
Daniel Stone
3150915275 Remove XFree86-Misc (PassMessage) support
The driver used PassMessage/HandleMessage from XFree86-Misc to ... just
return BadMatch.  So how about we drop this bit of code, including an
additional dependency?
2008-07-20 04:15:52 +03:00
Adam Jackson
70ccce405b sis 0.10.0 2008-03-19 15:31:27 -04:00
Julien Cristau
be954beff0 fixup pciaccess version detect 2008-03-07 17:09:35 +01:00
Julien Cristau
f43247d383 Require pciaccess >= 0.10.0 for pci_device_map_range() 2008-02-27 14:10:17 +01:00
Dave Airlie
d94a2efa2e inital SiS pci access patch 2008-01-08 15:59:39 +10:00
Julien Cristau
14d6555419 Bump to 0.9.4. 2007-11-16 12:39:15 +01:00
Daniel Stone
07ca144f29 bump to 0.9.3 2006-11-30 19:58:16 +02:00
Adam Jackson
115106f042 Bump to 0.9.2 2006-10-13 18:43:53 -04:00
Adam Jackson
7e88ed4b04 Bump to 0.9.1 for Xv changes. 2006-04-08 01:47:22 +00:00
Adam Jackson
fe557561f9 Unlibcwrap. Bump server version requirement. Bump to 0.9.0. 2006-04-07 21:05:21 +00:00
Kevin E Martin
79bb52873a Update package version for X11R7 release. 2005-12-21 02:30:02 +00:00
Kevin E Martin
6dfa26038c Update package version number for final X11R7 release candidate. 2005-12-15 00:24:19 +00:00
Kevin E Martin
252f54c230 Update package version number for X11R7 RC3 release. 2005-12-03 05:49:35 +00:00
Kevin E Martin
1b0b4dbcd8 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:10 +00:00
Adam Jackson
b09bab0ff3 Bug #5207: Enable EXA. (Thomas Winischofer) 2005-12-01 20:29:43 +00:00
Adam Jackson
4fd5c122ea Bump libdrm dep to 2.0. 2005-11-30 18:51:46 +00:00
Adam Jackson
374156d3cf Only build dlloader modules by default. 2005-11-29 23:30:03 +00:00
Kevin E Martin
61a128fb20 Update package version number for X11R7 RC2 release. 2005-11-09 21:15:20 +00:00
Kevin E Martin
d7a277fadf Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:54 +00:00
Kevin E Martin
8c17b504da Update package version number for RC1 release. 2005-10-19 02:48:04 +00:00
Alan Coopersmith
be5a30fa3e Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:05 +00:00
Søren Sandmann Pedersen
60b23a8cd5 - For all drivers that have a <driver>.sgml file, add code in their build
system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
    will check if the required tools and files exist, and if so set a
    conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
    it spew less warnings when the text file is built.
2005-10-03 21:22:08 +00:00
Eric Anholt
08c93fc60c Test the right variables for turning on DRI support. 2005-09-14 09:12:17 +00:00
Kevin E Martin
5567e32b61 Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
2005-07-29 21:22:44 +00:00
Søren Sandmann Pedersen
abd40577c5 Add xf86driproto to dependencies for drivers with DRI support. Patch from
Donnie Berkholz
2005-07-27 21:23:29 +00:00