diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-02 11:25:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-02 11:25:50 -0400 |
commit | 689292e58cc5242cbfeaa29fcf65b6dcd9dfabb9 (patch) | |
tree | 210637d30c2b97cb4b186ddcbc91964a2523ddf3 /hw/vfb | |
parent | 9a73bca859be12721ef62304b1422c455d4aec49 (diff) |
Fix GLX in Xvfb and kdrive.
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 9ceecccc0..a4a120a05 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -26,6 +26,7 @@ XVFB_LIBS = \ Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS) Xvfb_DEPENDENCIES = $(XVFB_LIBS) +Xvfb_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) # Man page include $(top_srcdir)/cpprules.in |