diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-12-17 11:15:36 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-12-17 21:26:34 +0000 |
commit | a8fe50ab6503d9cb63931771318dc3e84d002092 (patch) | |
tree | 68b704d8590de6330a26d13cdcafad71e788438d /src/intel_video.c | |
parent | 3320b459d6fe90d1145e3874c840b95279fb16c8 (diff) |
uxa: Explicitly check for libdrm_intel in configure
And remove the excess dependencies from the common files.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_video.c')
-rw-r--r-- | src/intel_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_video.c b/src/intel_video.c index d1d61269..6d74d51f 100644 --- a/src/intel_video.c +++ b/src/intel_video.c @@ -61,6 +61,7 @@ #include "xf86PciInfo.h" #include "xf86Pci.h" #include "xf86fbman.h" +#include "xf86drm.h" #include "regionstr.h" #include "randrstr.h" #include "windowstr.h" |