[PATCH dummy 2/2] Add XORG_LIBS to LIBADD
Alan Coopersmith
alan.coopersmith at oracle.com
Wed Mar 28 20:25:46 PDT 2012
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
>
> This affects only Cygwin, where drivers must be linked against the
> Xorg implib. On other systems, XORG_LIBS will be empty.
>
> Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> ---
> src/Makefile.am | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 52b9921..4bc9242 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -29,6 +29,7 @@ AM_CFLAGS = $(XORG_CFLAGS) $(PCIACCESS_CFLAGS)
>
> dummy_drv_la_LTLIBRARIES = dummy_drv.la
> dummy_drv_la_LDFLAGS = -module -avoid-version
> +dummy_drv_la_LIBADD = $(XORG_LIBS)
> dummy_drv_ladir = @moduledir@/drivers
>
> dummy_drv_la_SOURCES = \
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list