diff options
author | nia <nia@pkgsrc.org> | 2019-08-30 19:06:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-30 19:06:34 +0000 |
commit | c462077a7519d9512d151d58887dc6fe49d03cd2 (patch) | |
tree | cea5c18edff4fe045a721e06d5dffe164d56a28f /graphics/Makefile | |
parent | 99d7d5492287ddc45961bd74a12c818e6efe6a77 (diff) | |
download | pkgsrc-c462077a7519d9512d151d58887dc6fe49d03cd2.tar.gz |
Remove graphics/Mesa
This metapackage isn't particularly useful for modern applications and is
potentially misleading.
Not everything needs glu for OpenGL support, and glut has increasingly
fell out of favour, to the extent of being dropped from Mesa. It's
mostly been replaced by e.g. SDL.
Hopefully I've narrowed down everything pulling in the metapackage
and switched everything to using only the individual libraries it needs.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index aac9861e3e7..2a80dd7590c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.844 2019/08/30 17:17:19 nia Exp $ +# $NetBSD: Makefile,v 1.845 2019/08/30 19:06:34 nia Exp $ # COMMENT= Graphics tools and libraries @@ -13,7 +13,6 @@ SUBDIR+= GraphicsMagick SUBDIR+= ImageMagick SUBDIR+= ImageMagick6 SUBDIR+= ImageViewer -SUBDIR+= Mesa SUBDIR+= MesaDemos SUBDIR+= MesaLib SUBDIR+= Ngraph |