[PATCH nested] Add XORG_LIBS to LIBADD

2012-03-27 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz 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 --- src/Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/sr

Re: [PATCH nested] Add XORG_LIBS to LIBADD

2012-03-28 Thread Alan Coopersmith
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > 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 > --- > src/Makefile.am |3 ++- > 1 files changed, 2