- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 15 Feb, 2018 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 16 Jun, 2015 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 11 Jun, 2015 1 commit
-
-
Adam Jackson authored
vbe grew PanelID support in xserver 1.4; since we now require 1.6 we can remove the test. Which is good, because it appears to have been broken by the scrnIndex->pScrn conversion, as vbe.h doesn't include xf86str.h so ScrnInfoPtr was never defined and the test failed. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 30 Jan, 2014 1 commit
-
-
Alan Coopersmith authored
Needed for Xorg to define/export xf86GTFMode(), introduced in xorg-server release 1.6.0 / commit ca5625b911e65fdfd4. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Sep, 2013 1 commit
-
-
Julien Cristau authored
Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 16 Jan, 2013 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 23 Aug, 2012 1 commit
-
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 18 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 22 Mar, 2012 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 19 Oct, 2011 1 commit
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 23 Jul, 2010 1 commit
-
-
Gaetan Nadon authored
-
- 21 Jul, 2010 4 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
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>
-
- 20 Jul, 2010 3 commits
-
-
Gaetan Nadon authored
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>
-
Gaetan Nadon authored
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.gzSigned-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
-
- 15 Feb, 2010 1 commit
-
-
Gaetan Nadon authored
Remove unused XORG_INCS variable. Remove unused INCLUDES='-I$(top_srcdir)/src' This statement is redundant and not used in the makefile Remove unrequired '-I$(top_srcdir)/src' The current dir is already included by default in the makefile top_builddir = .. DEFAULT_INCLUDES = -I. -I$(top_builddir) Move compiler flags from configure.ac to Makefile.am CFLAGS is an automake defined variable that should not be set by the module. It should not be AC_SUBST either, it already is. Use AM_CFLAGS in Makefile.am. This will allow the user to override the flags as they will be in the right order. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 04 Jan, 2010 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 30 Dec, 2009 1 commit
-
-
Gaetan Nadon authored
The sdkdir variable provides a duplicate copy of the include/xorg directory. The statement is removed as this was it's only used. In the Makefile, there is now only one instance of the -I sdkdir The sdkdir is provided in XORG_CFLAGS. Acked-by:
Dan Nicholson <dbn.lists@gmail.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 10 Dec, 2009 1 commit
-
-
Gaetan Nadon authored
Using $prefix for any purpose will yield incorrect results as not all modules uses the same prefix and that modules can use different directory which is configurable. The main include dir comes from XORG_CFLAGS Reported-By:
Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 28 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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.
-
- 26 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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
-
- 30 Jul, 2009 1 commit
-
-
Dave Airlie authored
-
- 16 Jul, 2009 1 commit
-
-
Peter Hutterer authored
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>
-
- 26 Feb, 2009 1 commit
-
-
Adam Jackson authored
-
- 17 Feb, 2009 1 commit
-
-
Adam Jackson authored
-
- 22 Dec, 2008 1 commit
-
-
Dave Airlie authored
-
- 23 Nov, 2008 1 commit
-
-
Adam Jackson authored
-
- 01 Jul, 2008 1 commit
-
-
Adam Jackson authored
-
- 12 Jun, 2008 1 commit
-
-
Adam Jackson authored
-
- 07 Mar, 2008 1 commit
-
-
Julien Cristau authored
-
- 04 Sep, 2007 1 commit
-
-
Ian Romanick authored
-
- 15 Jan, 2007 1 commit
-
-
Ian Romanick authored
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.
-
- 30 Nov, 2006 1 commit
-
-
Adam Jackson authored
-
- 13 Oct, 2006 1 commit
-
-
Adam Jackson authored
-
- 03 Jun, 2006 1 commit
-
-
Daniel Stone authored
modes. (David Sterratt) Bump to 1.2.1.
-
- 19 May, 2006 1 commit
-
-
Adam Jackson authored
-