summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/mesa-amber.build
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/mesa/mesa-amber.build')
-rwxr-xr-xsource/x/mesa/mesa-amber.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/x/mesa/mesa-amber.build b/source/x/mesa/mesa-amber.build
index 650dd8d8a..9a6d3d98e 100755
--- a/source/x/mesa/mesa-amber.build
+++ b/source/x/mesa/mesa-amber.build
@@ -47,7 +47,10 @@ export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
mkdir meson-build
cd meson-build
+# Architecture-specific settings can be configured in the mesa.SlackBuild
+# within the variable 'SLK_AMBER_CONF_OPTS'
meson setup \
+ $SLK_AMBER_CONF_OPTS \
--prefix=/usr \
--libdir=lib${LIBDIRSUFFIX} \
--libexecdir=/usr/libexec \