[PATCH xserver] test: create a link to the generated hw/xfree86/sdksyms.c at build time

Daniel Stone daniel at fooishbar.org
Mon Feb 24 10:58:45 PST 2014


Hi,

On 24 February 2014 15:28, Gaetan Nadon <memsize at videotron.ca> wrote:
> There are those three other cases to handle:
>
> nodist_libxservertest_la_SOURCES = \
>             ddxstubs.c \
>             $(top_srcdir)/mi/miinitext.c \
>             $(top_srcdir)/Xext/dpmsstubs.c \
>             $(top_srcdir)/Xi/stubs.c
>
> Jon Turney just posted a patches "Build Xi and DPMS stubs as convenience
> libraries" which takes care of two out of the three cases (If I understand
> correctly, just done a quick read). That would leave miinitext.c to handle.

miinitext.c was originally built separately from everything else
because it was a nest of per-server #ifdefs. I unified that back in
July 2012, so now the only thing standing in the way of linking it
into libmi should just be resolving link order issues.

Cheers,
Daniel


More information about the xorg-devel mailing list