mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
x11-wm/mutter: Set libmutter API version as subslot
The libraries are now meant to be parallel installable, but we don't split the libraries from the rest for now to be able to have full parallel installable SLOTs. So at least express the API version as subslot, so gnome-shell can depend on the specific one for the libraries. This subslot is only to be used by consumers when linking to the libmutter libraries (the subslot number equals requested pkg-config API), mainly gnome-shell. Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -8,7 +8,7 @@ DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
|
||||
HOMEPAGE="https://git.gnome.org/browse/mutter/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
SLOT="0/0"
|
||||
|
||||
IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user