commit | 70e2e684fab843f1c8e03f5151c363eb62e91b08 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Mon Oct 14 15:57:10 2013 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Oct 14 14:56:26 2013 -0700 |
tree | 640fa7b96a9cda829a34b5756453d0518f4ddc7f | |
parent | 891a16ddee7dda37ff8ac353c613ff4cd745c5cf [diff] |
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.