diff options
Diffstat (limited to 'unix/xserver16.patch')
-rw-r--r-- | unix/xserver16.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver16.patch b/unix/xserver16.patch index 63c54322..0a3a93f8 100644 --- a/unix/xserver16.patch +++ b/unix/xserver16.patch @@ -22,7 +22,7 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac fi +dnl Xvnc DDX -+AC_SUBST([XVNC_CPPFLAGS], ["-DHAVE_DIX_CONFIG_H $XEXT_INC $FB_INC $MI_INC $RENDER_INC"]) ++AC_SUBST([XVNC_CPPFLAGS], ["-DHAVE_DIX_CONFIG_H $XEXT_INC $FB_INC $MI_INC $RENDER_INC $RANDR_INC"]) +AC_SUBST([XVNC_LIBS], ["$FB_LIB $FIXES_LIB $XEXT_LIB $CONFIG_LIB $DBE_LIB $RECORD_LIB $GLX_LIBS $RANDR_LIB $RENDER_LIB $DAMAGE_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $COMPOSITE_LIB"]) dnl Xnest DDX |