Without this a change in eg Xext/ wouldn't relink Xwayland, making you wonder why your changes didn't have any effect.
Signed-off-by: Adam Jackson <[email protected]> --- hw/xwayland/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwayland/Makefile.am b/hw/xwayland/Makefile.am index 0e6a1ea..34fd633 100644 --- a/hw/xwayland/Makefile.am +++ b/hw/xwayland/Makefile.am @@ -50,7 +50,7 @@ xwayland-glamor.c : $(nodist_Xwayland_SOURCES) glamor_lib = $(top_builddir)/glamor/libglamor.la Xwayland_LDADD += $(GLAMOR_LIBS) $(GBM_LIBS) -lEGL -lGL -Xwayland_DEPENDENCIES = $(glamor_lib) +Xwayland_DEPENDENCIES = $(glamor_lib) $(XWAYLAND_LIBS) endif EXTRA_DIST = drm.xml -- 2.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
