mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
b8818891ca
commit
ff70d3153f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue