diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-18 08:04:02 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-12-18 08:04:02 +0100 |
commit | 83bd8e8f7706b22f2b995d853851b3b750648fd9 (patch) | |
tree | c6c1ab42e2298f4419b0e7f70dd526cc052d1f2b /graphics | |
parent | 641850611b2e6c596bd58cc9ff20b54ab634cf7c (diff) |
graphics/mesa: bdep on wayland-protocols
Diffstat (limited to 'graphics')
-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 |