Fix armhf configure breakage due to missing libdrm_intel package
authorBryce Harrington <bryce@osg.samsung.com>
Fri, 14 Aug 2015 19:44:50 +0000 (12:44 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 14 Aug 2015 19:45:38 +0000 (12:45 -0700)
commitcb512c018e8db66574b4e0d1263c52a05267918c
tree631927518c06782c666700c73cd0c2f9018bcbe3
parenta358207572f3fb98e42128aeeb71cb9fea3d2b23
Fix armhf configure breakage due to missing libdrm_intel package

The buildbots discovered that recent changes break on Ubuntu 15.04's
armhf images:

  configure:16137: checking for SIMPLE_DMABUF_CLIENT
  configure:16144: $PKG_CONFIG --exists --print-errors "wayland-client libdrm libdrm_intel"
  Package libdrm_intel was not found in the pkg-config search path.
  ...
  configure:16194: error: Package requirements (wayland-client libdrm libdrm_intel) were not met:

  No package 'libdrm_intel' found

This patch was provided by Daniel Stone.  I've not tested it other than
verifying it does not cause build problems on x86_64.

Acked-by: Bryce Harrington <bryce@osg.samsung.com>
configure.ac