Magellan Linux

Diff of /smage/trunk/core/tigervnc/tigervnc-1.9.0-r1.smage2

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

revision 12040 by niro, Tue Aug 21 08:07:32 2018 UTC revision 12041 by niro, Tue Aug 21 11:42:22 2018 UTC
# Line 108  src_compile() Line 108  src_compile()
108   # patch https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch&id=c64bd21d7a732b6b8de0f8f636e93b1d1bb46135   # patch https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch&id=c64bd21d7a732b6b8de0f8f636e93b1d1bb46135
109   # is causing this   # is causing this
110   #--disable-composite   #--disable-composite
111    
112     # fix broken CFLAGS for dri3, hopefully fixed soon
113     export CFLAGS+=" -I/usr/include/libdrm"
114    
115   cd ${XORGDDIR}   cd ${XORGDDIR}
116   mconfigure \   mconfigure \
117   --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 \

Legend:
Removed from v.12040  
changed lines
  Added in v.12041