debrix-driver-i810 ChangeLog,NONE,1.1 configure.ac,NONE,1.1

Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: daniel

Update of /cvs/xserver/debrix-driver-i810
In directory pdx:/tmp/cvs-serv16546

Added Files:
	ChangeLog configure.ac 
Log Message:
Initial import of drivers, including client-side XvMC driver.


--- NEW FILE: ChangeLog ---
2004-06-28  Daniel Stone  <[email protected]>

	* autogen.sh:
	* configure.ac:
	* Makefile.am:
	* i810/Makefile.am:
	Initial import of sources.

	* i810/i810_driver.c:
	* i810/i810_hwmc.c:
	* i810/i810_video.c:
	* i810/i830_driver.c:
	* i810/i830_video.c:
	#include "Xv.h" -> <X11/extensions/Xv.h>; ditto XvMC.h.

--- NEW FILE: configure.ac ---
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([debrix-driver-i810],
        0.1.0,
        [[email protected]],
        debrix-driver-i810)

AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])

AM_MAINTAINER_MODE

AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)

# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC

AC_ARG_ENABLE(dri, [ --enable-dri ], [ DRI="yes" ], [ DRI="no" ])
AM_CONDITIONAL(DRI, [ test "x$DRI" == "xyes" ])
if test "x$DRI" == "xyes"; then
	DRICFLAGS="-DXF86DRI -DXvMCExtension"
fi

# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, debrix xv)
driverdir=$(pkg-config --variable=driverdir debrix)
AC_SUBST([driverdir])
sdkdir=$(pkg-config --variable=sdkdir debrix)

CFLAGS="$XORG_CFLAGS -include debrix.h $DRICFLAGS"
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC

AC_OUTPUT([Makefile
           i810/Makefile])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.