aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-11 18:13:22 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-11 18:13:22 +0000
commit680e437f9ebb0f7d56f54c588e18d85e3ef89cea (patch)
treef93f9b6a968960853f13c711413534ef0a187c5c /graphics/cairo
parente3be41ec1149912bd954b0ccbc7766ccbb2e124b (diff)
downloadports-680e437f9ebb0f7d56f54c588e18d85e3ef89cea.tar.gz
ports-680e437f9ebb0f7d56f54c588e18d85e3ef89cea.zip
graphics/cairo: drop xorgproto from OPENGL
X11 already depends on xorgproto while GLX requires X11. $ pkg info -ql xorgproto | sed '/include/!d; s,.*include/,,' | fgrep --exclude='*config*' --exclude='*ChangeLog*' -rnf - . ./boilerplate/cairo-boilerplate-glx.c:37:#include <X11/X.h> ./src/cairo-xlib-surface-shm.c:145:#include <X11/Xproto.h> ./src/cairo-xlib-surface-shm.c:148:#include <X11/extensions/shmproto.h> ./src/cairo-xlib-surface-shm.c:150:#include <X11/extensions/shmstr.h> ./src/cairo-xlib-xrender-private.h:56:#include <X11/extensions/renderproto.h> ./src/cairo-xlib-xrender-private.h:219:/* Copied from X11/extensions/render.h */ ./src/cairo-xlib-xrender-private.h:533:/* Copied from X11/extensions/renderproto.h */ ./src/cairo-xlib-xrender-private.h:535:#include <X11/Xmd.h> Submitted by: manu (based on)
Notes
Notes: svn path=/head/; revision=538521
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 25407e6c7afa..b4fa1935850b 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -42,11 +42,11 @@ OPTIONS_SLAVE= ${ARCH:tu}
OPTIONS_SUB= yes
X11_USES= xorg
-X11_USE= xorg=x11,xext,xrender
+X11_USE= xorg=x11,xext,xorgproto:both,xrender
X11_CONFIGURE_ENABLE=xlib
-OPENGL_USES= gl xorg
-OPENGL_USE= gl=egl xorg=xorgproto:both
+OPENGL_USES= gl
+OPENGL_USE= gl=egl
OPENGL_CONFIGURE_ENABLE=gl egl
GLIB_DESC= Enable GObject Functions Feature