x11-links 1.17: add libgbm
Helps qt5-qtbase PLIST issues (it fails an EGL configure check)
This commit is contained in:
parent
a62dd5cede
commit
53cf01f6ba
3 changed files with 12 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.187 2019/04/20 15:06:14 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.188 2019/04/25 09:03:06 maya Exp $
|
||||
#
|
||||
# NOTE: If you update this package, then you'll likely need to also update
|
||||
# the x11-links dependency in buildlink3.mk to the correct version,
|
||||
# usually the most recent.
|
||||
|
||||
PKGNAME= x11-links-1.16
|
||||
PKGNAME= x11-links-1.17
|
||||
CATEGORIES= pkgtools x11
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.78 2019/04/20 15:06:14 leot Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.79 2019/04/25 09:03:06 maya Exp $
|
||||
#
|
||||
# Don't include this file manually! It will be included as necessary
|
||||
# by bsd.buildlink3.mk.
|
||||
|
@ -12,7 +12,7 @@ BUILDLINK_TREE+= x11-links
|
|||
.if !defined(X11_LINKS_BUILDLINK3_MK)
|
||||
X11_LINKS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.16
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.17
|
||||
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
|
||||
BUILDLINK_DEPMETHOD.x11-links?= build
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: xorg.MesaLib,v 1.4 2019/04/20 15:06:14 leot Exp $
|
||||
# $NetBSD: xorg.MesaLib,v 1.5 2019/04/25 09:03:06 maya Exp $
|
||||
#
|
||||
include/EGL/egl.h
|
||||
include/EGL/eglext.h
|
||||
|
@ -24,6 +24,7 @@ include/GL/internal/glcore.h
|
|||
include/GL/internal/sarea.h
|
||||
include/GL/osmesa.h
|
||||
include/KHR/khrplatform.h
|
||||
include/gbm.h
|
||||
lib/libEGL.a
|
||||
lib/libEGL.so
|
||||
lib/libEGL.so.0
|
||||
|
@ -58,7 +59,13 @@ lib/libGLw.so.2
|
|||
lib/libGLw.so.2.0
|
||||
lib/libGLw.so.5.1
|
||||
lib/libGLw.so.6.0
|
||||
lib/libgbm.a
|
||||
lib/libgbm.so
|
||||
lib/libgbm.so.0
|
||||
lib/libgbm.so.0.0
|
||||
lib/libgbm.so.1.0
|
||||
lib/pkgconfig/dri.pc
|
||||
lib/pkgconfig/egl.pc
|
||||
lib/pkgconfig/gbm.pc
|
||||
lib/pkgconfig/gl.pc
|
||||
lib/pkgconfig/glw.pc
|
||||
|
|
Loading…
Reference in a new issue