Hi, There's a different behaviour between the build systems in how they define the variables in xorg-server.h. I've in particular run into problem with variable XSERVER_LIBPCIACCESS.
The autotools build system defines this as: #define XSERVER_LIBPCIACCESS 1 whereas meson build system defines this as: #define XSERVER_LIBPCIACCESS The xf86-video-vmware driver has statements such as #if XSERVER_LIBPCIACCESS which causes compilation errors when compiled in conjunction with the meson build of xserver. The correct fix would be to use #ifdef statements in the xf86-video-vmware driver correct? I'm happy to send a patch if this is the case. Thanks, Tuomo _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
