diff options
-rw-r--r-- | graphics/mesa/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile index 718a86e..1d8b186 100644 --- a/graphics/mesa/Makefile +++ b/graphics/mesa/Makefile @@ -36,6 +36,7 @@ BUILD_DEPENDS = sysutils/libdrm \ devel/xorgproto \ graphics/pixman \ graphics/glslang \ + wayland/wayland-protocols \ www/py-mako,python3 \ devel/bison \ x11/fontconfig \ @@ -89,6 +90,8 @@ CONFIGURE_ARGS = -Dgallium-drivers=${GALLIUM_DRIVERS} \ -Dshared-glapi=enabled \ -Dzstd=disabled \ -Dexecmem=false \ + -Dcpp_rtti=false \ + -Dvalgrind=false \ -Db_ndebug=true \ -Ddri-drivers-path=${X11BASE}/lib/modules/dri \ -Ddri-search-path=${X11BASE}/lib/modules/dri |