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_dri.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_dri.c')
-rw-r--r-- | src/intel_dri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_dri.c b/src/intel_dri.c index 135ba4e1..152313ae 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -53,6 +53,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86PciInfo.h" #include "xf86Pci.h" +#include "xf86drm.h" #include "windowstr.h" #include "shadow.h" |