From 71939970b237a2dfa165b5c8fed777d60ed21b7e Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Thu, 26 Aug 2021 03:14:11 +0900 Subject: [PATCH] graphics/cairo: Fix build with upcoming autoconf 2.71 --- graphics/cairo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 1bc9dc1fe9a1..06657cd9b0a3 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -53,6 +53,8 @@ OPENGL_USES= gl OPENGL_USE= gl=egl OPENGL_CONFIGURE_ENABLE=gl egl +DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc + GLESV2_USES= gl GLESV2_USE= gl=glesv2 GLESV2_DESC= Enable GLESv2 rendering -- 2.36.0