diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-16 11:38:15 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-16 11:38:15 +0000 |
commit | e19880e838afcf916ea8afb0db22469f0c99303e (patch) | |
tree | ad159e26e117802c22c8935ba4930941b6dfa332 /graphics/cairo | |
parent | c60bb65aefe3049f465ad229ef41942257152bb8 (diff) | |
download | ports-e19880e838afcf916ea8afb0db22469f0c99303e.tar.gz ports-e19880e838afcf916ea8afb0db22469f0c99303e.zip |
For building with libGL we also need dri2proto. Make it available for ports
using cairo when cairo is build with OpenGL support (off by default).
Submitted by: zeising@
Notes
Notes:
svn path=/head/; revision=310489
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index d82845895222..ebcdb0b033b1 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -52,7 +52,7 @@ PLIST_SUB+= X11="@comment " .if ${PORT_OPTIONS:MOPENGL} USE_GL= gl -USE_XORG+= glproto:both +USE_XORG+= glproto:both dri2proto:both CONFIGURE_ARGS+= --enable-gl PLIST_SUB+= GL="" .else |