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
This commit is contained in:
Baptiste Daroussin 2025-03-12 17:34:09 +01:00
parent b8818891ca
commit ff70d3153f

View file

@ -10,6 +10,8 @@ WWW= https://github.com/anholt/libepoxy
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/egl.pc:graphics/libglvnd
USES= gl localbase meson pkgconfig python:build shebangfix tar:xz USES= gl localbase meson pkgconfig python:build shebangfix tar:xz
USE_GL= glesv2 egl USE_GL= glesv2 egl
USE_LDCONFIG= yes USE_LDCONFIG= yes