build: Add dependency between libdrm and compositor for drm backend
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 14 Oct 2013 12:57:10 +0000 (15:57 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 14 Oct 2013 21:56:26 +0000 (14:56 -0700)
commit70e2e684fab843f1c8e03f5151c363eb62e91b08
tree640fa7b96a9cda829a34b5756453d0518f4ddc7f
parent891a16ddee7dda37ff8ac353c613ff4cd745c5cf
build: Add dependency between libdrm and compositor for drm backend

The compositor uses libdrm in launcher-util.c if the drm backend is
built, but there was no explicit requirement in the build. egl brings
libdrm implicity so the build doesn't fail.

This patch adds an explicit dependency between the compositor and
libdrm if the drm backend is built, so that changes to the compositor
modules don't cause build failures.
configure.ac