summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-09-30Increment version to 2.13.02.13.0Carl Worth
For the new, major release.
2010-09-28Increment version to 2.12.9022.12.902Carl Worth
Just before making the 2.12.902 (2.13-rc2) snapshot.
2010-09-28Fix to depend on the (just-released) libdrm >= 2.4.22Carl Worth
With libdrm < 2.4.22, the compilation of xf86-video-intel would fail due to an undefined DRM_MODE_CONNECTOR_eDP. We now ensure that a sufficiently new libdrm is available before compiling.
2010-09-21Bump version to 2.12.9012.12.901Carl Worth
Just prior to pushing out this new snapshot.
2010-07-28legacy: Remove long gone use of GlxSetVisualConfigs()Kristian Høgsberg
This removes the last dependeny on anything GL/GLX in the driver.
2010-07-27Revert "configure.ac: add xi and gl requirements"Jesse Barnes
This reverts commit d580fa82a1cf339d2d1fd1055d137c0b23cd04f3. Oops, these should be server or other package dependencies, we don't actually need them for xf86-video-intel.
2010-07-26configure.ac: add xi and gl requirementsJesse Barnes
Could probably be earlier versions, but having these here makes packaging easier.
2010-07-24simplify Makefile as per-target compilation flags are not neededGaetan Nadon
Per-target compilation flags (libIntelXvMC_la_CFLAGS) are required when multiple targets which require different compiler flags, are build in the same makefile. Automake issues a command with -c and -o flags which not all compilers support. The object fles are prefixed with libIntelXvMC_la. The macro AM_PROG_CC_C_O must then be used to provide this feature on compilers that do not have it. If not, a warning is issued at make time. This macros checks for compiler support and if missing, uses a "compile" script it generates in the package root directory. Currently the driver uses per-target flags but the macro is missing. Rather than adding the macro, this patch stops using per-target flags by using the AM_CFLAGS variable for all targets in the makefile, as there is only one. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: add comments for main statementsGaetan Nadon
2010-07-22config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: complete AC_INIT m4 quotingGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: remove unrequired AC_HEADER_STDCGaetan 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-22config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan 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-22config: update AC_PREREQ statement to 2.60Gaetan 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-22config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-06-25Remove unused inclusion of <sys/mman.h>Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-06-25configure: Remove check for unused function, mprotectChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-06-25configure: Remove unused checks for xextChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-06-25i810: Move into a legacy directory.Chris Wilson
The driver is still built but is no longer under active development so move it and supporting files to a new directory. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-06-25Remove unused configure option: --enable-video-debugChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-06-24Update version to 2.12.02.12.0Carl Worth
For the imminent 2.12.0 release.
2010-06-15Merge commit '2.11.901'Julien Cristau
2010-06-15configure: Bump drm requirement to 2.4.21Chris Wilson
We depend upon the recent introduction of drm_intel_bo_is_reusable(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reported-by: Julien Cristau <jcristau@debian.org>
2010-06-14Update version to 2.11.9012.11.901Carl Worth
For the 2.12 RC1 snapshot we're making now.
2010-06-14Fix to require libdrm 2.4.19 or newer.Carl Worth
This is necessary for the drm_intel_bo_emit_reloc_fence function which did not exist in 2.4.16 which is all we were requiring earlier.
2010-03-29Increase version to 2.11.02.11.0Carl Worth
In preparation for release.
2010-03-22Update version to 2.10.9032.10.903Carl Worth
For today's snapshot.
2010-03-15Bump version to 2.10.9022.10.902Carl Worth
For the imminent 2.10.902 snapshot release.
2010-03-08Don't check for Xinerama.Matt Turner
It doesn't seem to be used anywhere, so don't require it. CC: Eric Anholt <eric@anholt.net> CC: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-02-26Update version number to 2.10.9012.10.901Carl Worth
In order to make a new snapshot.
2010-02-20Remove the last tool now that it's been moved to gpu_tools.Eric Anholt
2010-02-20Remove intel_hotplug tool now that it won't work with KMS.Eric Anholt
We'd want to put something like it in sysfs or something if we wanted this tool to exist again.
2010-02-06config: remove dead LINUXDOC macro usageGaetan Nadon
This module does not generate LINUXDOC documentation. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-04configure.ac: Bump version to 2.10.0.2.10.0Carl Worth
In preparation for the 2.10.0 release.
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Acked-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-10Update version to 2.9.99.902.2.9.99.902Carl Worth
For the second release-candidate snapshot in preparation for 2.10.
2009-12-03Require libdrm 2.4.16Kristian Høgsberg
Needed for drmGetDeviceNameFromFd().
2009-11-30configure.ac: Bump version to 2.9.99.901.Carl Worth
In preparation for a new snapshot.
2009-11-14INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan 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-11-14Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan 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-11-05Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
This reverts commit a851139c2141f6da370186148f2836e18b2acf83. It broke the build, and I don't see why we should be supporting this anyway. Conflicts: configure.ac src/Makefile.am
2009-11-05configure: drop some more cruftRémi Cardona
DEBUGFLAGS wasn't used anywhere and the configure switch is useless. "CFLAGS=-g ./configure" does the same thing and actually works. PKG_CHECK_MODULES already calls AC_SUBST, no need to do it twice. Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: use CWARNFLAGS from xorg-macros.m4Rémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: make --disable-dri work even if the server supports DRIRémi Cardona
XF86DRI is defined by the SDK so not defining it here just breaks the build. Define HAVE_DRI instead to avoid collisions. Note: DRI2 is still enabled/disabled entirely by SDK defines. Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: group system header checks at the topRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: check for libdrm and libpciaccess earlierRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-10-19XVMC: Use XCB DRI2 instead of cargo-culting our own copy of Xlib stuff. (v2)Eric Anholt
v2: Incorporate comments from Jamey on device name handling and extension detection.