summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild14
-rwxr-xr-xsource/xap/geeqie/geeqie.SlackBuild2
2 files changed, 8 insertions, 8 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index da435062d..b258f9e6e 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -118,7 +118,7 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
- -Dplatforms=x11,drm,surfaceless,wayland \
+ -Dplatforms=x11,wayland \
-Dgallium-opencl=icd \
-Dgallium-nine=true \
-Dosmesa=gallium \
@@ -126,12 +126,12 @@ meson setup \
-Dgallium-drivers=$GALLIUM_DRIVERS \
-Ddri-drivers-path=/usr/lib${LIBDIRSUFFIX}/xorg/modules/dri \
-Dglvnd=true \
- -Dllvm=true \
- -Dshared-llvm=true \
- -Dshared-glapi=true \
- -Degl=true \
- -Dgles1=true \
- -Dgles2=true \
+ -Dllvm=enabled \
+ -Dshared-llvm=enabled \
+ -Dshared-glapi=enabled \
+ -Degl=enabled \
+ -Dgles1=enabled \
+ -Dgles2=enabled \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1
diff --git a/source/xap/geeqie/geeqie.SlackBuild b/source/xap/geeqie/geeqie.SlackBuild
index 0ec1e12f1..49d8f4982 100755
--- a/source/xap/geeqie/geeqie.SlackBuild
+++ b/source/xap/geeqie/geeqie.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=geeqie
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Download the geeqie Git head if there's no tarball:
if ! /bin/ls $CWD/geeqie*tar* 1> /dev/null 2> /dev/null ; then