pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium: fix README



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Dec 23 14:19:49 2025 +0100
Changeset:	13604835ceba60f8e6270b5512ad5e41a9d7685a

Modified Files:
	chromium/files/README

Log Message:
chromium: fix README

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13604835ceba60f8e6270b5512ad5e41a9d7685a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium/files/README | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/chromium/files/README b/chromium/files/README
index 2aaced929f..880d0f1bfa 100644
--- a/chromium/files/README
+++ b/chromium/files/README
@@ -6,8 +6,7 @@ Some notes on chromium:
   The startup wrapper can read chromium flags
   from ~/.config/chromium-flags.conf.
   Example settings in chromium-flags.conf:
-    CHROMIUM_FLAGS="--disable-gpu"
-    CHROMIUM_FLAGS+=" --enable-logging=stderr --v=1"
+    CHROMIUM_FLAGS="--disable-gpu --enable-foo"
 
 2) Disabling WebAssembly
   WebAssembly is enabled by default, but it can be disabled by either:
@@ -29,4 +28,4 @@ Some notes on chromium:
      some content may not draw"
   start chromium with --force-gpu-mem-available-mb=128 flag.
   To make it permanent, add this flag to ~/.config/chromium-flags.conf:
-    CHROMIUM_FLAGS+=" --force-gpu-mem-available-mb=128"
+    CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --force-gpu-mem-available-mb=128"


Home | Main Index | Thread Index | Old Index