54 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
d47e945028 configure.ac: query video drivers directory via pkg-config
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-01-12 20:14:52 +01:00
Enrico Weigelt, metux IT consult
4d4b192b0c 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:05:05 +01:00
Enrico Weigelt, metux IT consult
6d684a65b8 release 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 20:21:27 +01:00
Enrico Weigelt, metux IT consult
e5633d82dc configure.ac: tiny formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 17:21:17 +01:00
Enrico Weigelt, metux IT consult
a887304234 drop hacks for ancient pre-libpciaccess Xservers
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 15:12:21 +01:00
Enrico Weigelt, metux IT consult
b6f1a234a9 configure.ac: replace DRIVER_NAME symbol by actual name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:09:51 +01:00
Enrico Weigelt, metux IT consult
049dd152fe release 1.6.1
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-15 15:38:37 +01:00
Enrico Weigelt, metux IT consult
233886c007 configure.ac: fix package name and issue tracker URL
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-15 15:37:55 +01:00
b-aaz
b6bd9176b6 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:55:32 +02:00
Alan Coopersmith
f6ed544a2c Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in
xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015.

Allows dropping remnants of code for XAA and pre-pciaccess X servers

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-cirrus/-/merge_requests/6>
2024-05-13 15:22:20 -07:00
Alan Coopersmith
adb5a2b750 xf86-video-cirrus 1.6.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-10 16:47:22 -07:00
Alan Coopersmith
6d66293961 Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-22 10:03:43 -08:00
Alan Coopersmith
d1139bd2fe Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25 13:08:00 -08:00
Julien Cristau
3a2e2d9ef8 cirrus 1.5.3
Signed-off-by: Julien Cristau <jcristau@debian.org>
2015-05-06 22:46:51 +02:00
Adam Jackson
0313bab7f1 configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-16 13:18:23 -05:00
Maarten Lankhorst
e2bf5b2556 cirrus: release 1.5.2 2013-01-08 11:04:38 +01:00
Dave Airlie
129076c2a9 xf86-video-cirrus: bump to version 1.5.1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 16:05:09 +10:00
Dave Airlie
e443ede159 cirrus: handle server with no XAA
this fixes cirrus to work with a server with no XAA module.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-13 14:47:40 +10:00
Dave Airlie
46a9e962c6 cirrus: bump to 1.5.0 for release.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-02 11:57:59 +01:00
Alan Coopersmith
52ae4d254f xf86-video-cirrus 1.4.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-03-23 18:48:04 -07:00
Gaetan Nadon
c3daa8cd1d config: add comments for main statements 2010-07-21 20:12:43 -04:00
Gaetan Nadon
278aaf299c 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
33b562de1f 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
7e57f3cfab config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:22 -04:00
Gaetan Nadon
eab829dcd7 config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
edf97d9e61 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:57 -04:00
Gaetan Nadon
78c1ea02b3 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
fed5c9e4c8 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:30 -04:00
Gaetan Nadon
4b18662b6f 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:18 -04:00
Gaetan Nadon
d0e8c28f0b 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.
2010-07-20 17:38:00 -04:00
Gaetan Nadon
80e115c8cd 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:13:00 -05:00
Gaetan Nadon
d2bed9c37b 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
53b83b628c 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:21 -04:00
Dave Airlie
5cbe6d11d1 cirrus: bump for release 1.3.2 2009-07-30 12:04:26 +10:00
Adam Jackson
ecdf94e86d cirrus 1.3.1 2009-07-02 10:28:20 -04:00
Alan Coopersmith
15b1632d41 Version 1.3.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-07 06:56:57 -07:00
Alan Coopersmith
8676a781c9 Raise minimum xorg-server required to 1.4 for miGetPointerPosition
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-29 18:30:25 -07:00
Alan Coopersmith
6e13b31347 Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-24 02:31:23 -07:00
Adam Jackson
5dfd5d1772 cirrus 1.2.1 2008-05-21 15:43:45 -04:00
Adam Jackson
e9d517d8bd chips 1.2.0 2008-03-19 13:45:30 -04:00
Dave Airlie
8a33d2b5a8 test for 1/4 bpp in case server is configured with them off 2008-01-08 15:49:07 +10:00
Dave Airlie
46e982ec02 cirrus initial pci access support 2008-01-08 15:15:37 +10:00
Adam Jackson
e6588f26e1 Unlibcwrap. Bump server version requirement. Bump to 1.1.0. 2006-04-07 18:44:20 +00:00
Kevin E Martin
9ca7e7fcfc Update package version for X11R7 release. 2005-12-21 02:29:59 +00:00
Kevin E Martin
dbf028bd01 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:16 +00:00
Kevin E Martin
134440cd4a Update package version number for X11R7 RC3 release. 2005-12-03 05:49:33 +00:00
Kevin E Martin
2f48ba72c2 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:07 +00:00
Adam Jackson
444b38c206 Only build dlloader modules by default. 2005-11-29 23:29:58 +00:00
Kevin E Martin
ad036f9f6e Update package version number for X11R7 RC2 release. 2005-11-09 21:15:14 +00:00
Kevin E Martin
4c88ee7e2f Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:52 +00:00