48 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
9be2f02f2e configure.ac: little formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-01-12 12:16:03 +01:00
Enrico Weigelt, metux IT consult
9db46f9a25 configure.ac: increase minimum xserver version to 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-19 16:01:11 +01:00
Enrico Weigelt, metux IT consult
ddfdd38789 release 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 18:49:42 +01:00
Enrico Weigelt, metux IT consult
95ea3edf3c configure.ac: fix package name and issue tracker URL
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 18:49:19 +01:00
Enrico Weigelt, metux IT consult
f6796afca2 configure.ac: replace DRIVER_NAME symbol by actual name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:03:08 +01:00
Alan Coopersmith
742e7adaf3 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-void/-/merge_requests/8>
2025-12-09 11:39:40 +01:00
Enrico Weigelt, metux IT consult
609268ee0c bump minimal xorg version to 1.18
1.18 was released a decade ago, so it seems reasonable stop supporting
older ones.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-08 16:05:31 +01:00
b-aaz
e131b460ea configure: Automatically detect the default xorg-module-dir.
The module directory has changed to a per ABI folder in the xlibre-xserver.
Now the default value of `xorg-module-dir` will be detected from the `moduledir` variable in xorg-server.pc.

Signed-off-by: b-aaz <b-aazbsd.proton.me>
2025-07-29 18:42:34 +02:00
Alan Coopersmith
b43e11eeb8 configure.ac: updates to quiet obsolete macro warnings
Clears autoconf warnings:
configure.ac:47: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:47: You should run autoupdate.
aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
configure.ac:47: the top level
configure.ac:52: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:52: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:52: the top level

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-05 18:03:03 -08:00
Alan Coopersmith
182fca360b xf86-input-void 1.4.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-11-05 12:34:16 -07:00
Alan Coopersmith
18589fc6a9 Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-16 13:10:54 -08:00
Alan Coopersmith
68566543a1 Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25 13:04:37 -08:00
Peter Hutterer
aad39023f0 xf86-input-void 1.4.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-04-20 11:42:07 +10:00
Alan Coopersmith
3c6e2c3cfa configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-04 17:42:04 -07:00
Gaetan Nadon
9f92fd775f config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Fix Automake warning: AC_OUTPUT should be used without arguments.
www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-10-28 18:49:02 -04:00
Alan Coopersmith
e2eabdd0bd xf86-input-void 1.4.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-04 20:31:02 -07:00
Alan Coopersmith
28cb0b4aa5 config: Remove unnecessary calls from configure.ac
AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS variables
AC_HEADERS_STDC result was never used
No headers exist in $(top_srcdir)/src, so no point including -I in CFLAGS

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-02 19:29:42 -07:00
Alan Coopersmith
47812d4f46 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-02 19:21:30 -07:00
Peter Hutterer
cb8d19b8ac Fix PreInit for ABI 12.
Require an xserver 1.9.99.1 or higher and put an ifdef in for ABI 12.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2010-11-30 07:50:57 +10:00
Peter Hutterer
17f94b5f0f Require xserver 1.9
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2010-11-30 07:50:57 +10:00
Alan Coopersmith
baf55a08ee xf86-input-void 1.3.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30 09:25:57 -07:00
Gaetan Nadon
27d39d3c95 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>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30 09:24:53 -07:00
Gaetan Nadon
c4cfc5891b 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
Use the appropriate platform version of sed

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-18 19:58:07 -04:00
Gaetan Nadon
56efaa1d58 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
8f89812dd9 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
1377264aaf void 1.3.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-11 11:36:23 +10:00
Peter Hutterer
1f8f6431bf Require xorg-macros 1.3 and XORG_DEFAULT_OPTIONS.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-10 11:25:33 +10:00
Peter Hutterer
6bc27d6b56 Remove some unused variables from configure. 2009-09-07 14:52:11 +10:00
Peter Hutterer
7d62e4c5d4 void doesn't require randrproto or inputproto.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:35:32 +10:00
Peter Hutterer
e1e98ad7d6 Remove long-obsolete chunks from configure.ac.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:35:27 +10:00
Peter Hutterer
f8bd425aef Replace changelog command with CHANGELOG_CMD from m4 macros.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:08:28 +10:00
Peter Hutterer
c1932081e5 void 1.2.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25 08:53:04 +10:00
Alan Coopersmith
4e43b6206b Version bump: 1.1.1 2007-09-07 12:36:56 -07:00
Adam Jackson
d1faf50483 Unlibcwrap. Bump server version requirement. Bump to 1.1.0. 2006-04-07 18:18:17 +00:00
Kevin E Martin
8fd770b835 Update package version for X11R7 release. 2005-12-21 02:29:59 +00:00
Kevin E Martin
c1cad39b67 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:16 +00:00
Kevin E Martin
ff1ec8d783 Update package version number for X11R7 RC3 release. 2005-12-03 05:49:32 +00:00
Kevin E Martin
2fe342f459 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:07 +00:00
Adam Jackson
11ff1a1c71 Only build dlloader modules by default. 2005-11-29 23:29:57 +00:00
Kevin E Martin
9532f922ef Update package version number for X11R7 RC2 release. 2005-11-09 21:15:13 +00:00
Kevin E Martin
0ac4a936a4 Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:51 +00:00
Kevin E Martin
643abf4985 Update package version number for RC1 release. 2005-10-19 02:48:02 +00:00
Alan Coopersmith
8b5aa932d4 Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:01 +00:00
Søren Sandmann Pedersen
f584f76032 Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers
2005-08-10 14:07:24 +00:00
Kevin E Martin
a52b710c95 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:42 +00:00
Kevin E Martin
960184a2b6 Make the module dir configurable 2005-07-13 20:03:23 +00:00
Kevin E Martin
9e2a5fdbab Update all input drivers to pass distcheck 2005-07-13 02:21:04 +00:00
Adam Jackson
22ab30324b Build skeletons for input drivers. Should basically work. 2005-07-12 06:15:10 +00:00