Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.1.0-xvnc-glx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1526 - (hide annotations) (download)
Mon Sep 12 14:34:09 2011 UTC (12 years, 9 months ago) by niro
File size: 628 byte(s)
added fedoras glx patch
1 niro 1526 diff -up tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.glx tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am
2     --- tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.glx 2011-03-22 10:32:08.555474741 +0100
3     +++ tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am 2011-03-22 10:34:09.331283632 +0100
4     @@ -35,7 +35,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DNO_HW
5     -I$(top_srcdir)/include -I$(includedir)/pixman-1 -I$(includedir)
6    
7     Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
8     - $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11
9     + $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11
10    
11     Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
12