Hi,<div><br></div><div>I ran into a link error when trying to compile the demos repository according to the instructions on the Building page:</div><div><br></div><div>  CCLD  compositor</div><div>  libwayland-egl.so: undefined reference to `wl_drm_interface&#39;</div>

<div>  make[3]: *** [compositor] Error 1</div><div><br></div><div>All of the packages are freshly compiled from Git master as of yesterday.</div><div><br></div><div>I found that this symbol is intending to refer to the address of a global struct provided by the core &#39;wayland&#39; package. In master of that repo, the struct is declared (but not defined). The &#39;terminal&#39; branch does have its definition, but the &#39;terminal&#39; branch looks out-of-date. (No commits since December.)</div>

<div><br></div><div>Any suggestions?</div>