summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-12-28 20:57:21 -0500
committerPavel Vinogradov2022-12-28 20:57:21 -0500
commitf29b008e4d9f683351f0971b8b8162228644486a (patch)
tree21f6a3dc893ab842fe3869e4528e316df32b70fa /graphics-libs
parent8ae73c4c616612eccc0b37b322e0277fc8f85965 (diff)
graphics-libs/mesa: requires glslang
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/DEPENDS1
-rw-r--r--graphics-libs/mesa/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 74edd0532d..96f32dd5eb 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -4,6 +4,7 @@ depends -sub "CXX" gcc &&
depends bison &&
depends flex &&
depends GETTEXT &&
+depends glslang &&
depends -sub "$MESA_DRM" libdrm &&
depends util-macros &&
depends expat &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 36926e3831..58e8750eb2 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-12-28 Pavel Vinpgradov <public@sourcemage.org>
+ * DEPENDS: needs glslang
+
2022-12-02 Pavel Vinogradov <public@sourcemage.org>
* CONFIGURE, DEPENDS: removed xvmc option completely