Files
ports/graphics/wayland/Makefile
T
Jan Beich 4a64fcf2f9 graphics/wayland: update to 1.19.0
- Fix wl_client_get_credentials [1]

Changes:	https://gitlab.freedesktop.org/wayland/wayland/compare/1.18.0...1.19.0
PR:		246189 [1]
Submitted by:	Greg V [1]
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D28399
2021-01-29 11:02:58 +00:00

27 lines
568 B
Makefile

# Created by: kwm@FreeBSD.org
# $FreeBSD$
PORTNAME= wayland
PORTVERSION= 1.19.0
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
MAINTAINER= x11@FreeBSD.org
COMMENT= Wayland composite "server"
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libffi.so:devel/libffi \
libepoll-shim.so:devel/libepoll-shim
CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim"
USES= meson pkgconfig tar:xz
USE_GNOME= libxslt:build
USE_LDCONFIG= yes
MESON_ARGS= -Ddocumentation=false
.include <bsd.port.mk>