From dc72041162a8fd70a3b7ac73c159e8dfd731876c Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 13 Feb 2023 01:27:03 -0800 Subject: [PATCH] graphics/glbinding: Add CONFLICTS_INSTALL Reported by: jbeich@ --- graphics/glbinding/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/glbinding/Makefile b/graphics/glbinding/Makefile index 29d7f8fec3fe..48333f77e9c6 100644 --- a/graphics/glbinding/Makefile +++ b/graphics/glbinding/Makefile @@ -24,4 +24,6 @@ CMAKE_TESTING_ON= OPTION_BUILD_TESTS LDFLAGS+= -lpthread # workaround for https://github.com/cginternals/glbinding/issues/327 +CONFLICTS_INSTALL= mesa-demos # both install bin/glinfo, see https://github.com/cginternals/glbinding/issues/341 + .include