diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-11 23:28:10 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-11 23:30:36 +0200 |
commit | b5938e1ba9b00509ba1a323c3e9676789e2f7378 (patch) | |
tree | 5fe2131d6dee151e84a01e8e97824dec2aa00943 /graphics/mesa | |
parent | 539cef9eade5790e41653140d9948740ac0795d5 (diff) |
LIB_DEPENDS / WANTLIB fixes
Diffstat (limited to 'graphics/mesa')
-rw-r--r-- | graphics/mesa/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile index df5d96d..a991426 100644 --- a/graphics/mesa/Makefile +++ b/graphics/mesa/Makefile @@ -22,7 +22,10 @@ MAINTAINER = xenocara@openbsd.org # MID PERMIT_PACKAGE = Yes -#WANTLIB = ??? +WANTLIB = drm m pthread z expat Xau xcb X11-xcb X11 \ + xcb-dri3 xcb-xfixes xcb-present xcb-sync \ + xshmfence Xext Xdamage Xfixes xcb-glx xcb-dri2 \ + Xxf86vm c++ c++abi LLVM elf xcb-randr drm_amdgpu MASTER_SITES = https://mesa.freedesktop.org/archive/ EXTRACT_SUFX = .tar.xz @@ -31,6 +34,10 @@ EXTRACT_SUFX = .tar.xz #MODULES = ??? BUILD_DEPENDS = sysutils/libdrm \ devel/xorgproto \ + www/py-mako + +#RUN_DEPENDS = ??? +LIB_DEPENDS = sysutils/libdrm \ x11/libX11 \ x11/libxcb \ x11/libXext \ @@ -38,11 +45,8 @@ BUILD_DEPENDS = sysutils/libdrm \ x11/libXfixes \ x11/libXxf86vm \ x11/libxshmfence \ - x11/libXrandr \ - www/py-mako + x11/libXrandr -#RUN_DEPENDS = ??? -#LIB_DEPENDS = ??? #TEST_DEPENDS = ??? #MAKE_FLAGS = ??? |