Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | Build xz tarballs instead of bzip2 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2018-12-07 | Update configure.ac bug URL for gitlab migration | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-01-21 | xf86-video-sunffb 1.2.2xf86-video-sunffb-1.2.2 | Matt Turner | |
2012-07-16 | sunffb: fix XAA-less build. | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-07-22 | config: add comments for main statements | Gaetan Nadon | |
2010-07-21 | config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-07-21 | config: replace deprecated AC_HELP_STRING with AS_HELP_STRING | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-07-21 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-07-21 | config: complete AC_INIT m4 quoting | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-07-20 | config: remove unrequired AC_SUBST([XORG_CFLAGS]) | Gaetan Nadon | |
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-07-20 | config: remove unrequired AC_HEADER_STDC | Gaetan Nadon | |
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 | config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 | Gaetan Nadon | |
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 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | |
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 | config: upgrade to util-macros 1.8 for additional man page support | Gaetan Nadon | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. | |||
2009-12-30 | configure.ac: remove unused sdkdir=$(pkg-config...) statement | Gaetan Nadon | |
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-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
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-26 | Several driver modules do not have a ChangeLog target in Makefile.am #23814 | Gaetan Nadon | |
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-09-07 | sunffb 1.2.1xf86-video-sunffb-1.2.1 | Dave Airlie | |
2009-07-16 | Update to xextproto 7.1 support. | Peter Hutterer | |
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-05-04 | Remove DRI remnants from build system | Julien Cristau | |
2008-09-03 | sunffb 1.2.0xf86-video-sunffb-1.2.0 | Adam Jackson | |
2006-04-07 | Unlibcwrap. Bump server version requirement. Bump to 1.1.0.sunffb-1_1_0XORG-7_1 | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-14 | Bug #4890" Include the assembly in the build (Ferris McCormick) | Adam Jackson | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |
2005-11-30 | Bump libdrm dep to 2.0. | Adam Jackson | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | |
2005-11-09 | Update package version number for X11R7 RC2 release. | Kevin E Martin | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | |
2005-09-22 | Fixed DRI detection in the sunffb configure script. Without this DRI was | Felix Kuehling | |
not detected properly. As a result DRM include paths were missing on the compiler command line and the build failed if DRI was enabled in the Xorg server. Committing after no feedback from the xorg-modular list in over a week. If it breaks something, feel free to revert this and revoke my commit rights. ;-) | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- 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-27 | Add xf86driproto to dependencies for drivers with DRI support. Patch from | Søren Sandmann Pedersen | |
Donnie Berkholz | |||
2005-07-26 | Build system for sunffb | Søren Sandmann Pedersen | |