freebsd-ports/graphics/cogl/Makefile
Jan Beich b9b487517e graphics/cogl: unbreak with libglvnd
In file included from cogl-bitmap.c:41:
In file included from ./cogl-context-private.h:35:
In file included from ./winsys/cogl-winsys-private.h:39:
In file included from ./winsys/cogl-texture-pixmap-x11-private.h:45:
In file included from ./cogl-texture-private.h:42:
./cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found
 #include <EGL/eglmesaext.h>
          ^~~~~~~~~~~~~~~~~~
2020-10-31 08:36:54 +00:00

30 lines
688 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cogl
PORTVERSION= 1.22.8
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter OpenGL abstraction library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= clutter-1.6.[0-9]*
USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \
tar:xz xorg
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 pango introspection:build
USE_GL= egl gbm
USE_XORG= x11 xcomposite xext xdamage xfixes xrandr
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-x \
--enable-xlib-egl-platform=yes
INSTALL_TARGET= install-strip
PLIST_SUB= LIBVER=20 LIBVERSION=20.4.3
.include <bsd.port.mk>