diff options
author | Evgeniy Khramtsov <evgeniy@khramtsov.org> | 2022-08-12 02:53:25 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-08-12 10:33:57 +0000 |
commit | 62b1cfbfa8d11d407779ff68b06b4024f6818940 (patch) | |
tree | 72388a5a2466e3df2c8d061894db7cd24efdf814 | |
parent | 86b2e09eb84809da9bccfac6cb84b9cfbf600982 (diff) |
graphics/mesa-devel: unbreak standalone build after 85ef7d020401
$ echo DEFAULT_VERSIONS+=gl=mesa-devel >>/etc/make.conf
$ make restage check-plist
[...]
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: include/EGL/eglextchromium.h
===> Error: Plist issues found.
*** Error code 1
PR: 265784
Regressed by: https://gitlab.freedesktop.org/mesa/mesa/-/commit/f5bb9dd738ac
(cherry picked from commit b9e8d13bc3549849f78e707cc1e09e2c93984e90)
-rw-r--r-- | graphics/mesa-devel/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/mesa-devel/pkg-plist b/graphics/mesa-devel/pkg-plist index 6b868ee11054..c207e2a9a0ee 100644 --- a/graphics/mesa-devel/pkg-plist +++ b/graphics/mesa-devel/pkg-plist @@ -1,7 +1,6 @@ %%VKLAYERS%%bin/mesa-overlay-control.py %%COINST%%@sample etc/libmap.d/mesa%%SUFFIX%%.conf.sample %%NO_COINST%%include/EGL/eglext_angle.h -%%NO_COINST%%include/EGL/eglextchromium.h %%NO_COINST%%include/EGL/eglmesaext.h %%NO_COINST%%include/GL/internal/dri_interface.h %%NO_COINST%%include/gbm.h |