diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 14:38:59 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 14:38:59 +0100 |
commit | 46859145d052d8b24a28b9654bdb6dfbe1cc792b (patch) | |
tree | a477d27feb06c35d82ca177ceab1505d9e752573 /graphics | |
parent | 02d9de5715b612fec0b89d767596b9e3d4ec1403 (diff) |
graphis/libGLU: fix LIB_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libGLU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 596f0bc..dea7c2e 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -20,7 +20,7 @@ PERMIT_PACKAGE = Yes MODULES = xenocara WANTLIB = ${COMPILER_LIBCXX} GL X11 X11-xcb Xau Xdmcp Xext Xfixes -WANTLIB += Xxf86vm drm expat glapi m xcb xcb-dri2 xcb-dri3 xcb-glx +WANTLIB += Xxf86vm drm glapi m xcb xcb-dri2 xcb-dri3 xcb-glx WANTLIB += xcb-present xcb-shm xcb-sync xcb-xfixes xshmfence CONFIGURE_STYLE = gnu |