Add XORG_LIBS to LIBADD
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@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
668223a665
commit
a78d524cfb
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user