Enrico Weigelt, metux IT consult
8a768d8f8f
configure.ac: query video driver directory via pkg-config
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-01-13 11:33:01 +01:00
Enrico Weigelt, metux IT consult
a5c83b22f9
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:40 +01:00
Enrico Weigelt, metux IT consult
b69995d4da
release 25.0.0
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 19:09:43 +01:00
Enrico Weigelt, metux IT consult
4fac426b6c
configure.ac: tiny formatting cleanup
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 17:22:16 +01:00
Enrico Weigelt, metux IT consult
66b481d628
drop hacks for ancient pre-libpciaccess Xservers
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 15:14:22 +01:00
Enrico Weigelt, metux IT consult
a4e4066e0c
configure.ac: replace DRIVER_NAME symbol by actual name
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 13:10:38 +01:00
Enrico Weigelt, metux IT consult
b1d35e5ae6
release 0.5.2
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-15 15:46:57 +01:00
Enrico Weigelt, metux IT consult
bcd5eb9815
configure.ac: fix package name and issue tracker URL
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-15 15:46:36 +01:00
b-aaz
5f2150e618
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:57 +02:00
Matt Turner
0ead445440
xf86-video-fbdev 0.5.1
...
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev/-/merge_requests/9 >
2024-11-08 10:19:03 -05:00
Alan Coopersmith
ae894fe112
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 ISA and pre-pciaccess X servers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev/-/merge_requests/7 >
2024-05-14 11:16:37 -07:00
Alan Coopersmith
554d6fda21
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
...
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
so it's time to rely on it.
Clears autoconf warnings:
configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2024-01-07 09:17:53 -08:00
Alan Coopersmith
2850cd86d1
Build xz tarballs instead of bzip2
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2022-01-22 10:25:12 -08:00
Alan Coopersmith
4865f92f74
Update configure.ac bug URL for gitlab migration
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2018-11-25 13:57:38 -08:00
Adam Jackson
82aa13d013
fbdev 0.5.0
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2018-05-30 12:31:25 -04:00
Alan Coopersmith
22f288b4e4
configure: Drop AM_MAINTAINER_MODE
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2017-01-26 11:16:37 +10:00
Julien Cristau
679ed9a4e6
Bump to 0.4.4
2013-09-23 20:02:47 +02:00
Dave Airlie
2edaad4ab2
fbdev: bump to 0.4.3
...
Signed-off-by: Dave Airlie <airlied@redhat.com >
2012-07-02 12:47:08 +01:00
Gaetan Nadon
d3a2fe1b76
config: add comments for main statements
2010-07-21 20:12:43 -04:00
Gaetan Nadon
f7e68d16dc
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
0ddf357522
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
55e0de6cb1
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
a05560b1d3
config: complete AC_INIT m4 quoting
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 09:27:42 -04:00
Gaetan Nadon
8f7d8a7ba3
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
9b3ef42fdd
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
b768d66b87
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
fa588a1ddc
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
Gaetan Nadon
6977b3490a
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
Julien Cristau
7ec9d466e5
Bump to 0.4.2
2010-04-03 18:05:21 +02:00
Julien Cristau
b3220bf63e
configure: require xorg-macros 1.4 for XORG_INSTALL
...
Signed-off-by: Julien Cristau <jcristau@debian.org >
2010-02-10 02:11:44 +01:00
Gaetan Nadon
5ec41a8b2e
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
a9e65feebd
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
7b583191fa
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
e233c12c97
fbdev: bump for release 0.4.1
2009-07-30 12:04:27 +10:00
Adam Jackson
092f0f10cb
Make ISA optional
2008-11-23 20:04:30 -05:00
Adam Jackson
73ff2d0cd7
fbdev 0.4.0
2008-03-19 13:51:44 -04:00
Ian Romanick
31707aeccd
Add conditional support for pci-rework branch.
...
To build VESA driver for use with pci-rework Xserver, add --enable-pciacces
to the configure command line. Otherwise, the "traditional" VESA driver will
be built.
2007-01-22 08:52:43 -08:00
Michel Dänzer
436a2c094a
Bump to 0.3.1 for release.
2006-12-29 12:57:44 +01:00
Adam Jackson
24177f7218
Bump to 0.3.0
2006-05-19 19:17:46 +00:00
Adam Jackson
fe1fa4c016
Unlibcwrap. Bump server version requirement. Bump to 0.2.0.
2006-04-07 19:02:07 +00:00
Kevin E Martin
332464c43f
Update package version for X11R7 release.
2005-12-21 02:30:00 +00:00
Kevin E Martin
35c09ae4c4
Update package version number for final X11R7 release candidate.
2005-12-15 00:24:17 +00:00
Kevin E Martin
8521127ff1
Update package version number for X11R7 RC3 release.
2005-12-03 05:49:33 +00:00
Kevin E Martin
7a37e5db75
Remove extraneous AC_MSG_RESULT.
2005-12-02 02:16:08 +00:00
Adam Jackson
4635b198fb
Only build dlloader modules by default.
2005-11-29 23:29:58 +00:00
Kevin E Martin
d57ddc84c3
Update package version number for X11R7 RC2 release.
2005-11-09 21:15:15 +00:00
Kevin E Martin
493a1b8b11
Update pkgcheck depedencies to work with separate build roots.
2005-11-01 15:08:52 +00:00
Kevin E Martin
3f11faf88c
Update package version number for RC1 release.
2005-10-19 02:48:02 +00:00
Alan Coopersmith
52518e4511
Use sed & cpp to substitute variables in driver man pages
2005-10-17 00:09:02 +00:00
Kevin E Martin
f060ccc1f1
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:43 +00:00