[Intel-gfx] [Xcb] [PATCH 2/2] Add DRI2 support.
Julien Cristau
jcristau at debian.org
Thu Oct 15 23:42:47 CEST 2009
On Thu, Oct 15, 2009 at 14:25:48 -0700, Eric Anholt wrote:
> @@ -60,6 +60,16 @@ libxcb_dpms_la_LIBADD = $(XCB_LIBS)
> nodist_libxcb_dpms_la_SOURCES = dpms.c dpms.h
> endif
>
> +EXTHEADERS += dri2.h
> +EXTSOURCES += dri2.c
> +EXTENSION_XML += dri2.xml
> +if BUILD_XFREE86_DRI
This one should be BUILD_DRI2.
> +lib_LTLIBRARIES += libxcb-dri2.la
> +libxcb_dri2_la_LDFLAGS = -version-info 0:0:0 -no-undefined
> +libxcb_dri2_la_LIBADD = $(XCB_LIBS)
> +nodist_libxcb_dri2_la_SOURCES = dri2.c dri2.h
> +endif
> +
> EXTHEADERS += glx.h
> EXTSOURCES += glx.c
> EXTENSION_XML += glx.xml
Cheers,
Julien
More information about the Intel-gfx
mailing list