The source project of this merge request has been removed.
hw/xwayland/Makefile.am: fix build without glx
Commit d8ec33fe added libglxvnd.la to Xwayland_LDFLAGS but GLX can be disabled through --disable-glx. In this case, build fails on:
make[3]: *** No rule to make target '../../glx/libglxvnd.la', needed by 'Xwayland'. Stop. make[3]: *** Waiting for unfinished jobs....
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com