Re: [PATCH] xwayland: Explicitly link with xcb-shape

2018-01-18 Thread Daniel Stone
On 18 January 2018 at 12:34, Daniel Stone wrote: > XWM uses xcb-shape as of 332d1892bb, to exclude the shadow from the > input region. However, it does not explicitly link xcb-shape for the new > symbols; on one of my machines this is pulled in as a transient > dependency (masking the issue), but

[PATCH] xwayland: Explicitly link with xcb-shape

2018-01-18 Thread Daniel Stone
XWM uses xcb-shape as of 332d1892bb, to exclude the shadow from the input region. However, it does not explicitly link xcb-shape for the new symbols; on one of my machines this is pulled in as a transient dependency (masking the issue), but apparently not the other. Solve it by explicitly linking