Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fc6660290d3b5508427c2cd133f6221af0c7e3ae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fc6660290d3b5508427c2cd133f6221af0c7e3ae)
  • Date: Thu, 10 Nov 2022 00:16:03 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
MESON_FUNCTIONS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit fc6660290d3b5508427c2cd133f6221af0c7e3ae
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

MESON_FUNCTIONS: meson -> meson setup

diff --git a/ChangeLog b/ChangeLog
index 2fb8b9a..23ffc7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-09 Pavel Vinogradov <public AT sourcemage.org>
+ * MESON_FUNCTIONS: got rid of deprecation warning of using meson
instead of
+ meson setup
+
2022-11-07 Vlad Glagolev <stealth AT sourcemage.org>
* x11/xbanish: new spell, utility to automatically hide X11 cursor
when typing

diff --git a/MESON_FUNCTIONS b/MESON_FUNCTIONS
index f055429..9174bf6 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -14,7 +14,7 @@ meson_build () {

OPTS="prefix=${INSTALL_ROOT}${PREFIX} buildtype=${MESON_BUILD_TYPE}
default_library=shared libdir=lib ${OPTS}"
else
- MESON_BUILD="meson"
+ MESON_BUILD="meson setup"
MESON_OPTS="--prefix ${INSTALL_ROOT}${PREFIX} --buildtype
${MESON_BUILD_TYPE} --default-library shared --libdir lib"
fi &&




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fc6660290d3b5508427c2cd133f6221af0c7e3ae), Pavel Vinogradov, 11/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page