Magellan Linux

Diff of /trunk/extras/tigervnc/tigervnc-1.8.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31271 by niro, Fri Nov 3 11:15:09 2017 UTC revision 31272 by niro, Tue Jun 19 11:45:26 2018 UTC
# Line 188  src_compile() Line 188  src_compile()
188   mmake || die   mmake || die
189    
190   # build the x11 module   # build the x11 module
191     # do not disable xcomposite with xorg-server 1.19.6 onwards!
192     # patch https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch&id=c64bd21d7a732b6b8de0f8f636e93b1d1bb46135
193     # is causing this
194     #--disable-composite
195   cd ${XORGDDIR}   cd ${XORGDDIR}
196   mconfigure \   mconfigure \
197   --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \   --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
# Line 199  src_compile() Line 203  src_compile()
203   --with-pic \   --with-pic \
204   --without-dtrace \   --without-dtrace \
205   --disable-xorg \   --disable-xorg \
  --disable-composite \  
206   --enable-xtrap \   --enable-xtrap \
207   --disable-xinerama \   --disable-xinerama \
208   --enable-glx \   --enable-glx \

Legend:
Removed from v.31271  
changed lines
  Added in v.31272