Commit Graph

51 Commits

Author SHA1 Message Date
Peter Hutterer
73bb42e100 Bump to 1.6.99
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-25 11:35:29 +10:00
Alan Coopersmith
6d6c24768b xf86-input-mouse 1.6.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-08 23:11:19 -07:00
Gaetan Nadon
b714882b02 config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
The existing statement can now be removed from the configuration file.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27 19:16:21 -04:00
Gaetan Nadon
1188152fee config: 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.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27 19:16:21 -04:00
Gaetan Nadon
9a9344e66d README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated.
README files are exclusively text files.
The file had not been updated for 5 years.

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:42 -04:00
Gaetan Nadon
9711c050e6 config: fix warnings, m4 quoting and layout
Fix some m4 quoting
Fix some autoconf warnings
Regroup statements per section
Add comments

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:42 -04:00
Gaetan Nadon
86ddfe7702 config: Upgrade X.Org macros to 1.4 for INSTALL file copying
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:41 -04:00
Gaetan Nadon
349db3f68d 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.

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:41 -04:00
Gaetan Nadon
59ace3b6fd 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".

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:28 -04:00
Gaetan Nadon
540f1d8826 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Regroup AC statements at the top.

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:28 -04:00
Gaetan Nadon
27d00be1f8 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

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:28 -04:00
Gaetan Nadon
f76449cbe3 config: optional extension check for inputproto not required
The check should be in PKG_CHECK_MODULES permanently.

The XORG_DRIVER_CHECK_EXT will add inputproto to PKG_CHECK_MODULES
only if the extension is available. By definition, this extension
is an integral part of the server and is always present.

The server always sets XINPUT macro to 1.
The conditional code was removed

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:27:28 -04:00
Gaetan Nadon
a4dfc92927 config: remove extension check for unused RANDR extension
The randr protocol is not used, no randr*.h are included.

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:26:42 -04:00
Gaetan Nadon
ecc0b614aa config: remove AH_TOP autoheader statement
The generated config.h does not need to include xorg-server.h
for the content it provides.
Add #include <xorg-server.h> in .[hc] files as needed.

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16 16:26:42 -04:00
Gaetan Nadon
36cb94a9af configure.ac: remove unused sdkdir=$(pkg-config...) statement
The sdkdir variable isn't use, so remove the statement.

Acked-by: Dan Nicholson <dbn.lists@gmail.com>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30 15:12:59 -05:00
Gaetan Nadon
a80227b40d 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
ad49b908b8 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:20 -04:00
Peter Hutterer
2b6dc8ccfe mouse 1.5.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-06 12:09:46 +10:00
Peter Hutterer
6bae95035d Require macros 1.3 for XORG_DEFAULT_OPTIONS
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-06 12:07:45 +10:00
Peter Hutterer
bc7933171e mouse 1.4.99.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-09 11:48:58 +10:00
Peter Hutterer
6887ca0de8 Require xorg-server 1.5.99.901 or higher.
1.6 is the first server release that has the xf86OSmouse.h and related code
removed. This code has moved into the mouse driver and attempts of using a
mouse driver that provides xf86OSmouse.h with a pre-1.6 xserver may fail.

See also:
http://lists.freedesktop.org/archives/xorg/2009-March/044501.html

Reported-by: Jeremy C. Reed <reed@reedmedia.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-25 08:51:38 +10:00
Paulo Cesar Pereira de Andrade
abc65bec5c Janitor: use $PKG_CONFIG and update .gitignore.
Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2009-02-04 16:45:07 -08:00
Alan Coopersmith
5058dc3402 Version 1.4.0 2009-01-09 18:38:57 -08:00
Alan Coopersmith
6f14e85691 Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking 2009-01-08 21:20:58 -08:00
Alan Coopersmith
24d9306546 Replace static changelog with one generated via XORG_CHANGELOG 2009-01-08 20:40:10 -08:00
Daniel Stone
f3f0a5520e Add OS mouse sources to the driver build
Copy across the OS mouse sources and add them to the driver build.  For
convenience, the OS mouse versioning stuff was removed, but we have
always had the same featureset in all modular builds, so that's okay.

Only compile-tested, not runtime-tested.
2008-07-20 04:33:07 +03:00
Adam Jackson
9192640066 mouse 1.3.0 2008-03-20 16:26:52 -04:00
Tilman Sauerbeck
0352a4db36 Bumped version to 1.2.3. 2007-10-03 14:06:50 +02:00
Matthias Hopf
111081a2f1 bump to 1.2.2 2007-08-01 15:55:51 +02:00
Daniel Stone
e355dc2e04 bump to 1.2.1 2006-11-30 19:57:28 +02:00
Daniel Stone
7a866ae143 bump to 1.2.0 2006-11-02 04:47:12 +02:00
Adam Jackson
167dbbc2af Bump to 1.1.2 2006-10-13 18:28:46 -04:00
Matthias Hopf
6dbc6ad05d Bump to 1.1.1. 2006-05-26 13:55:39 +00:00
Adam Jackson
5e9624b369 Unlibcwrap. Bump server version requirement. Bump to 1.1.0. 2006-04-07 17:59:54 +00:00
Adam Jackson
abe3a020a7 Bump to 1.0.4. 2006-02-28 19:44:45 +00:00
Kevin E Martin
b9db086daa Update package version for X11R7 release. 2005-12-21 02:29:57 +00:00
Kevin E Martin
c231bba845 Update package version number for final X11R7 release candidate. Bump
driver version number.
2005-12-15 00:21:33 +00:00
Kevin E Martin
bef647bfb7 Update package version number for X11R7 RC3 release. 2005-12-03 05:49:31 +00:00
Kevin E Martin
1e537674eb Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:06 +00:00
Adam Jackson
7b4b12a977 Only build dlloader modules by default. 2005-11-29 23:29:56 +00:00
Daniel Stone
90cda6b6d1 Bump dependency on xorg-server to >= 0.99.3 for MouseDeviceRec changes. 2005-11-22 04:03:23 +00:00
Kevin E Martin
f8bf605528 Update package version number for X11R7 RC2 release. 2005-11-09 21:15:12 +00:00
Kevin E Martin
6400062962 Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:50 +00:00
Kevin E Martin
8dca995860 Update package version number for RC1 release. 2005-10-19 02:48:01 +00:00
Alan Coopersmith
bcabac6b1f Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:08:59 +00:00
Søren Sandmann Pedersen
55e2944645 - 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:06 +00:00
Søren Sandmann Pedersen
f355ef63c6 Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers
2005-08-10 14:07:23 +00:00
Kevin E Martin
fd37fdea22 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:41 +00:00
Kevin E Martin
0159c76ac3 Make the module dir configurable 2005-07-13 20:03:22 +00:00
Kevin E Martin
84c2842023 Update driver to pass distcheck 2005-07-12 23:16:59 +00:00