From ff70d3153f88382bc3422ca85f36b4bdb379459f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 12 Mar 2025 17:34:09 +0100 Subject: [PATCH] graphics/libepoxy: add run dependency on libegl libexpoxy does not technically link to libegl, but has a dependency on it via its pkgconf file, in the future we will stop tracking LIB_DEPENDS as RUN_DEPENDS, anticipate this change and enforce egl.pc as a RUN_DEPENDS --- graphics/libepoxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index c3c93f7598fc..9640aa5740ba 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/anholt/libepoxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/egl.pc:graphics/libglvnd + USES= gl localbase meson pkgconfig python:build shebangfix tar:xz USE_GL= glesv2 egl USE_LDCONFIG= yes