On 29.05.2015 01:02, Jammy Zhou wrote: > > diff --git a/configure.ac b/configure.ac > index c2411d9..e39654e 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -158,6 +158,17 @@ if test "x$have_list_h" = xyes; then > #include "list.h"]) > fi > > +AC_CHECK_HEADERS([gbm.h], > + [have_gbm_h="yes"], [have_gbm_h="no"], > + [#include <stdlib.h>]) > + > +if test "x$have_gbm_h" = xyes; then
Please remove these checks, we require GBM with PKG_CHECK_MODULES. With that fixed, Reviewed-by: Michel Dänzer <[email protected]> -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
