From 8ad982ab77023aaedeb739117428e52faecd24cf Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 29 Nov 2023 21:02:07 -0800 Subject: [PATCH] wm updates --- pinxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinxi b/pinxi index 41258ea..7a65d81 100755 --- a/pinxi +++ b/pinxi @@ -3588,7 +3588,7 @@ sub set_item_data { 'info' => '-G X11/Wayland EGL info', 'info-bsd' => '-G X11/Wayland EGL info', 'apt' => 'mesa-utils (or: mesa-utils-extra)', - 'pacman' => 'mesa-demos', + 'pacman' => 'mesa-utils', 'pkgtool' => 'mesa', 'rpm' => 'egl-utils (SUSE: Mesa-demo-egl)', }, @@ -3596,7 +3596,7 @@ sub set_item_data { 'info' => '-G X11 GLX info', 'info-bsd' => '-G X11 GLX info', 'apt' => 'mesa-utils', - 'pacman' => 'mesa-demos', + 'pacman' => 'mesa-utils', 'pkgtool' => 'mesa', 'rpm' => 'glx-utils (Fedora: glx-utils; SUSE: Mesa-demo-x)', },