[Mesa-dev] [PATCH] gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h

Samuel Pitoiset samuel.pitoiset at gmail.com
Sat Mar 21 03:44:55 PDT 2015


Looks good to me. :)

On 03/20/2015 10:20 PM, Emil Velikov wrote:
> The path is provided by libdrm.pc and already used appropriately by
> the build system.
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>   src/gallium/targets/d3dadapter9/drm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c
> index ec594fd..6342ab8 100644
> --- a/src/gallium/targets/d3dadapter9/drm.c
> +++ b/src/gallium/targets/d3dadapter9/drm.c
> @@ -39,7 +39,7 @@
>   #include "xmlconfig.h"
>   #include "xmlpool.h"
>   
> -#include <libdrm/drm.h>
> +#include <drm.h>
>   #include <sys/ioctl.h>
>   #include <fcntl.h>
>   #include <stdio.h>



More information about the mesa-dev mailing list