aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-libs
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-10-10 06:47:01 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-10-10 06:47:01 +0000
commit400a948f42d50044b4f023e9285020dc8850de1a (patch)
treec1c9437cd3c5766ca700ed8bad64f3f87d0e9605 /graphics/mesa-libs
parenta6d2654914eaf79f84cb8d3e804c0b7a681c4a67 (diff)
downloadports-400a948f42d50044b4f023e9285020dc8850de1a.tar.gz
ports-400a948f42d50044b4f023e9285020dc8850de1a.zip
Notes
Diffstat (limited to 'graphics/mesa-libs')
-rw-r--r--graphics/mesa-libs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index aba0d838193e..fedfe9846ddd 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -14,6 +14,7 @@ OPTIONS_DEFINE= WAYLAND
OPTIONS_SUB= yes
WAYLAND_DESC= Enable support for the Wayland platform in EGL
+WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.8:graphics/wayland-protocols
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libwayland-server.so:graphics/wayland
@@ -42,7 +43,7 @@ MESA_BUILD_WRKSRC= src/mapi
MESA_INSTALL_WRKSRC= src/mapi
.if ${PORT_OPTIONS:MWAYLAND}
-MESA_BUILD_WRKSRC+= src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl
+MESA_BUILD_WRKSRC+= src/util src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl
MESA_INSTALL_WRKSRC+= src/egl/wayland/wayland-egl
.endif