diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-28 20:27:49 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-29 15:21:55 -0800 |
commit | 910b5b245425f0a866a703303b78768b0de5cb2b (patch) | |
tree | 96f3fabe414eed3c455b51a172b7e8e508eabb05 | |
parent | da1660deeb9032ecca61f4bcdc9fc2eec2ada445 (diff) |
Link libvgahw with $(PCIACCESS_LIBS) as well
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/xfree86/vgahw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/vgahw/Makefile.am b/hw/xfree86/vgahw/Makefile.am index f0b65740c..4b718b489 100644 --- a/hw/xfree86/vgahw/Makefile.am +++ b/hw/xfree86/vgahw/Makefile.am @@ -1,5 +1,6 @@ module_LTLIBRARIES = libvgahw.la libvgahw_la_LDFLAGS = -avoid-version +libvgahw_la_LIBADD = $(PCIACCESS_LIBS) libvgahw_la_SOURCES = vgaHW.c vgaHWmodule.c AM_CPPFLAGS = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) |