Add missing dependency on libX11.
PR: 244846 Submitted by: John Hein <jcfyecrayz@liamekaens.com>
This commit is contained in:
parent
0bf08cde21
commit
14b672b9d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528534
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libvdpau
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
USES= localbase meson pkgconfig xorg
|
||||
USE_GITLAB= yes
|
||||
USE_XORG= xext xorgproto
|
||||
USE_XORG= x11 xext xorgproto
|
||||
USE_LDCONFIG= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= vdpau
|
||||
|
|
Loading…
Reference in a new issue