summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lib/Xconfig/glx.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b59211..55c0464 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- install glxinfo instead of mesa-demos
+
1.27:
- allow to detect installed 3D compositing_types (for finish-install)
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();
}