Codebase list kmscube / d8bb137
configure: check for "enable_gbm_modifier" The proper flag is to check is "enable_gbm_modifier" Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Sinclair Yeh authored 7 years ago Emil Velikov committed 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6060 AC_MSG_ERROR([Cannot find gbm modifier supported mesa])
6161 fi
6262
63 if test "x$gbm_modifiers" = xyes; then
63 if test "x$enable_gbm_modifiers" = xyes; then
6464 AC_DEFINE(HAVE_GBM_MODIFIERS, 1, [Define if you can use GBM properties.])
6565 fi
6666