summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/glx.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Xconfig/glx.pm')
-rw-r--r--lib/Xconfig/glx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm
index 5a8034c..849caf2 100644
--- a/lib/Xconfig/glx.pm
+++ b/lib/Xconfig/glx.pm
@@ -172,7 +172,7 @@ sub detect() {
sub detect_may_install {
my ($do_pkgs) = @_;
- $do_pkgs->ensure_is_installed('mesa-demos', '/usr/bin/glxinfo') or return;
+ $do_pkgs->ensure_is_installed('glxinfo', '/usr/bin/glxinfo') or return;
Xconfig::glx::detect();
}