[Mesa-dev] [PATCH kmscube 3/6] common: include config.h

Emil Velikov emil.l.velikov at gmail.com
Fri Apr 14 17:08:31 UTC 2017


Hi Ben,

On 13 April 2017 at 19:22, Ben Widawsky <ben at bwidawsk.net> wrote:
> ---
>  common.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/common.h b/common.h
> index 2eceac7..f3d9d32 100644
> --- a/common.h
> +++ b/common.h
> @@ -32,6 +32,10 @@
>  #include <gbm.h>
>  #include <drm_fourcc.h>
>
> +#ifdef HAVE_CONFIG_H
> +  #include "config.h"
> +#endif
> +
There's no config.h so you don't need this patch.

-Emil


More information about the mesa-dev mailing list