Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953009 - x11-wm/mutter-9999: meson configure does not accept anymore systemd and libdisplay_info options
Summary: x11-wm/mutter-9999: meson configure does not accept anymore systemd and libdi...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-01 15:45 UTC by Didier Colle
Modified: 2025-04-01 16:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Colle 2025-04-01 15:45:20 UTC
I am interested trying out mutter 48 for its added accessibility features in wayland.
Configure fails because systemd and libdisplay-info options are not accepted anymore.

From the build.log:
meson.build:1:0: ERROR: Unknown options: "libdisplay_info, systemd"

This is inline with the source:
dcolle@idlab397 ~/src/wayland/mutter $ git checkout 47.0
Note: switching to '47.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8b8f052ff Bump version to 47.0
dcolle@idlab397 ~/src/wayland/mutter $ grep -i systemd meson_options.txt 
option('systemd',
  description: 'Enable systemd support'
dcolle@idlab397 ~/src/wayland/mutter $ grep -i libdisplay_info meson_options.txt 
option('libdisplay_info',
dcolle@idlab397 ~/src/wayland/mutter $ git checkout main
Previous HEAD position was 8b8f052ff Bump version to 47.0
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
dcolle@idlab397 ~/src/wayland/mutter $ grep -i systemd meson.options 
dcolle@idlab397 ~/src/wayland/mutter $ grep -i libdisplay_info meson.options