diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-06-16 15:48:02 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-17 04:25:27 +0000 |
commit | b44acc9409bd3bdd92e86e35c06d50e2134b02f2 (patch) | |
tree | 541e139ad2537bd3ccb935e1a4f358ed3985eb7a /misc | |
parent | 68e805c64ee7ee7b4fc124287da7e1e96afb132f (diff) |
graphics/mesa-libs: enable libglvnd support
PR: 246767
Reviewed by: kbowling
Tested by: kbowling
Differential Revision: https://reviews.freebsd.org/D25020
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 5dfa743da18c..42fad99b9736 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= armv6 armv7 -CONFLICTS_INSTALL= mesa-libs +CONFLICTS_INSTALL= libglvnd USES= cmake pkgconfig shebangfix |