Xorg.wrap: Use <drm.h> instead of hardcoding libdrm include path
authorGuillem Jover <guillem@hadrons.org>
Mon, 14 Apr 2014 16:13:23 +0000 (18:13 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 18 Apr 2014 09:40:01 +0000 (11:40 +0200)
commit50b6e1b0d786d95ee8eab030b0d1fd7420e2fbeb
tree93920ee6c325b3c73f3fb549e10e128c967dcbc8
parent7bffceb9f939c0bf5529b00500cbb14ae01bb61a
Xorg.wrap: Use <drm.h> instead of hardcoding libdrm include path

The libdrm.pc file gives us the correct include path, do not try to
hardcode it on the source, as it might vary on the installed system,
for example on Debian-based systems it's under /user/include/libdrm/.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
hw/xfree86/xorg-wrapper.c