diff options
author | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-25 22:50:03 +0100 |
commit | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (patch) | |
tree | 4a534ef861d19cdf5235b504af5be2a5d0becb71 /repo/system/glu | |
parent | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (diff) |
fixed various broken dependencies
Diffstat (limited to 'repo/system/glu')
-rw-r--r-- | repo/system/glu/glu.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glu/glu.xibuild b/repo/system/glu/glu.xibuild index 54249a7..edac51c 100644 --- a/repo/system/glu/glu.xibuild +++ b/repo/system/glu/glu.xibuild @@ -4,7 +4,7 @@ NAME="glu" DESC="Mesa OpenGL Utility library" MAKEDEPS="meson ninja " -DEPS="mesa opengl" +DEPS="mesa" PKG_VER=9.0.2 SOURCE="https://mesa.freedesktop.org/archive/glu/glu-$PKG_VER.tar.xz" |