summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-03-02configure: Bump for 2.14.901 snapshot2.14.901Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-02-09Update autotools configurationJavier Jardón
Use new libtool syntax and silent-rules to silent the build output a bit (linux-like)
2011-01-29Enable conditional compilation of assertsChris Wilson
With '--disable-debug' we define NDEBUG and so disable the asserts, that is we continue to default to compiling asserts into the code. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-07configure: version bump for 2.14.02.14.0Chris Wilson
2011-01-04configure: version bump for 2.13.903 snapshot2.13.903Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-04configure: suggest upstream to find macros in case they're missing.U. Artie Eoff
added upstream suggestion to error message in case xorg macros or xserver macros are missing. removed package manager references in suggestion since these are 'user' and/or 'distribution' preferences. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-21Revert "Suggest where to find xorg-macros in case it's missing"Chris Wilson
I failed my reading comprehension and didn't spot that the help strings pointed to two separate downstream packages. Thanks to Carl Worth for pointing out my mistake. This reverts commit ebb7aca66785730737bc739624006e55d43dfe1b.
2010-12-21Suggest where to find xorg-macros in case it's missingChris Wilson
[Modified version of U. Artie Eoff's commit to remove the duplicated string. The paraphrased commit message is repeated below for clarity.] xorg-macros is often package under an unusual name, so provide some clues as to what name to try on the user's distribution. Installing build-deps would be just too easy... Also include a check for the existence of the XORG_DRIVER_CHECK_EXT macro, otherwise configure might continue in spite of the missing macro and cause obtuse syntax errors. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-21configure: updated m4 macro check in configure.acU. Artie Eoff
Added m4 check for XORG_DRIVER_CHECK_EXT macro definition. Updated m4 fatal messages to give better hint on how to resolve error when xorg macros are missing. Previously, configure would continue in spite of the missing macros and the build would fail for syntax errors.
2010-12-10configure: version bump for 2.13.9022.13.902Chris Wilson
This is actually the first release candidate for 2.14. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-10configure: Bump required libdrm to 2.4.23Chris Wilson
To pull in the required headers for BLT and relaxed fencing support. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-11-05Update version number to 2.13.9012.13.901Carl Worth
In preparation for a snapshot.
2010-11-05Merge commit '2.13.0'Carl Worth
This changes the version number and adds the 2.13.0 release notes, (which were otherwise missing from the master branch).
2010-11-01Xv: fragments for xv on Sandybridge.Xiang, Haihao
Need to update intel-gen4asm to build these fragments Signed--off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-10-22intel: Listen for hotplug uevents (V3)Adam Jackson
This connects the kernel uevent indicating monitor hotplugging to the RandR notification events so that X applications can be notified automatically when monitors are connected or disconnected. This also adds a configuration option to disable hotplug events. V2: missed a #ifdef HAVE_UDEV around some udev-specific declarations V3: document Hotplug option in man page Signed-off-by: Keith Packard <keithp@keithp.com>
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.