summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh2
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild2
3 files changed, 6 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index bd35a2f89..c7c0992a7 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Thu Dec 31 20:35:53 UTC 2020
+ Add libelogind.so.0, needed by libprocps.so.8.
++--------------------------+
Thu Dec 17 20:19:08 UTC 2020
Add libinih, needed by xfsprogs.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 5e0ea470e..bc8c978e9 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -870,6 +870,7 @@ a/dialog \
a/dosfstools \
a/e2fsprogs \
a/efivar \
+a/elogind \
a/etc \
a/f2fs-tools \
a/gptfdisk \
@@ -1224,6 +1225,7 @@ cp -fa${VERBOSE1} \
libcap*so* \
libcrypto*so* \
libdevmapper*so* \
+ libelogind*so* \
libf2fs.so* \
libfdisk.so* \
libgcc*so* \
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index a10c955ba..578024903 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mesa
VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
DEMOVERS=${DEMOVERS:-8.4.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
BUILD_DEMOS=${BUILD_DEMOS:-YES}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}