[PATCH 2/3] Move GLX extension string utility functions into the GLX extension

Kristian Høgsberg krh at bitplanet.net
Fri Apr 16 09:52:26 PDT 2010


On Fri, Apr 16, 2010 at 11:24 AM, Jon TURNEY
<jon.turney at dronecode.org.uk> wrote:
> This way other DDX which don't have DRI can use them
>
> I don't think this can generate ABI problems with the DRI1 loader,
> but what do I know...
>
> Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

This looks ok.

Signed-off-by:  Høgsberg <krh at bitplanet.net>

> ---
>  glx/Makefile.am |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/glx/Makefile.am b/glx/Makefile.am
> index 9d9fa3c..dcf44c7 100644
> --- a/glx/Makefile.am
> +++ b/glx/Makefile.am
> @@ -50,9 +50,7 @@ glapi_sources =                                       \
>        glthread.h
>
>  libglxdri_la_SOURCES = \
> -        glxdri.c \
> -        extension_string.c \
> -        extension_string.h
> +        glxdri.c
>
>  if DRI2_AIGLX
>  libglxdri_la_SOURCES += glxdri2.c
> @@ -63,6 +61,8 @@ libglxdri_la_LIBADD = $(DLOPEN_LIBS)
>  libglx_la_SOURCES = \
>        $(indirect_sources) \
>        $(glapi_sources) \
> +       extension_string.c \
> +       extension_string.h \
>        indirect_util.c \
>        indirect_util.h \
>        indirect_program.c \
> --
> 1.7.0.4
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>


More information about the xorg-devel mailing list