freebsd-ports/www/wpebackend-fdo/Makefile
Jan Beich 53c8ca9eef www/wpebackend-fdo: unbreak with libglvnd
src/ws.cpp:30:10: fatal error: 'EGL/eglmesaext.h' file not found
 #include <EGL/eglmesaext.h>
          ^~~~~~~~~~~~~~~~~~
2020-05-28 06:12:15 +00:00

27 lines
592 B
Makefile

# $FreeBSD$
PORTNAME= wpebackend-fdo
PORTVERSION= 1.4.1
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
PATCH_SITES= https://github.com/Igalia/WPEBackend-fdo/commit/
PATCHFILES+= b01aa039d1fe.patch:-p1
MAINTAINER= gnome@FreeBSD.org
COMMENT= Freedesktop.org backend for WPE WebKit
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
libwpe-1.0.so:www/libwpe \
libwayland-client.so:graphics/wayland
USES= cmake compiler:c++11-lang pkgconfig localbase:ldflags gl gnome \
tar:xz
USE_GL= egl
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>