New commits:
commit 8ad9dd2f610e423487e98321bd5c8c6f1472fa02
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: fixed libx11 dependency check
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 0ab1bb3..76ddcfb 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -20,7 +20,7 @@ if [[ $FIREFOX_SCCACHE == 'y' ]]; then
fi &&
optional_depends libx11 "" "" "for X11 backend" &&
-if is_depends_enabled "${SPELL}" "wayland"; then
+if is_depends_enabled "${SPELL}" "libx11"; then
depends libxext &&
depends libxrender &&
depends libxt &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 7df05df..1889d9f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2023-07-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: corrected libx11 dependency check, (thanks go to Thomas
Orgis)
+
2023-07-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 115.0.1
* patches/*: updated
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8ad9dd2f610e423487e98321bd5c8c6f1472fa02),
Pavel Vinogradov, 07/10/2023