--- trunk/extras/tigervnc/tigervnc-1.8.0-r2.smage2 2017/11/03 11:15:09 30204 +++ trunk/extras/tigervnc/tigervnc-1.8.0-r2.smage2 2018/06/19 11:45:26 31272 @@ -188,6 +188,10 @@ mmake || die # build the x11 module + # do not disable xcomposite with xorg-server 1.19.6 onwards! + # patch https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch&id=c64bd21d7a732b6b8de0f8f636e93b1d1bb46135 + # is causing this + #--disable-composite cd ${XORGDDIR} mconfigure \ --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \ @@ -199,7 +203,6 @@ --with-pic \ --without-dtrace \ --disable-xorg \ - --disable-composite \ --enable-xtrap \ --disable-xinerama \ --enable-glx \