mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
9237982f49
===> Building package for qt5-wayland-5.14.2 pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DmaBufServerBufferPlugin.cmake:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandDmabufClientBufferIntegrationPlugin.cmake:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-client/libdmabuf-server.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-server/libdmabuf-server.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/qt5-wayland/work/stage/usr/local/lib/qt5/plugins/wayland-graphics-integration-server/liblinux-dmabuf-unstable-v1.so:No such file or directory *** Error code 1
30 lines
706 B
Makefile
30 lines
706 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wayland
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 wrapper for Wayland
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libwayland-egl.so:graphics/wayland \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \
|
|
qt-dist:5,wayland xorg
|
|
USE_GL= egl gl
|
|
USE_GNOME= glib20
|
|
USE_QT= core dbus gui declarative \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11 xcomposite
|
|
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|