Update
This commit is contained in:
parent
6ff1e53853
commit
b634b11388
@ -107,6 +107,7 @@ RDEPEND="${DEPEND}
|
|||||||
x11-misc/xdg-utils
|
x11-misc/xdg-utils
|
||||||
|
|
||||||
>=x11-themes/adwaita-icon-theme-3.26
|
>=x11-themes/adwaita-icon-theme-3.26
|
||||||
|
dev-lang/sassc
|
||||||
|
|
||||||
networkmanager? (
|
networkmanager? (
|
||||||
net-misc/mobile-broadband-provider-info
|
net-misc/mobile-broadband-provider-info
|
||||||
|
@ -5,8 +5,8 @@ EAPI=8
|
|||||||
|
|
||||||
inherit meson
|
inherit meson
|
||||||
|
|
||||||
DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor"
|
DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor with updates from pureos (for phoc)"
|
||||||
HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots"
|
HOMEPAGE="https://source.puri.sm/Librem5/wlroots"
|
||||||
|
|
||||||
COMMIT="cb07c8c11a2a1db243c47a7b4ee4f47e46a21c8f"
|
COMMIT="cb07c8c11a2a1db243c47a7b4ee4f47e46a21c8f"
|
||||||
SRC_URI="https://source.puri.sm/Librem5/wlroots/-/archive/${COMMIT}/wlroots-${COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://source.puri.sm/Librem5/wlroots/-/archive/${COMMIT}/wlroots-${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
@ -20,17 +20,15 @@ SRC_URI="
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE="+introspection +systemd test wayland"
|
IUSE="+introspection +systemd test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
dev-libs/libinput
|
dev-libs/libinput
|
||||||
wayland? ( dev-libs/wayland
|
dev-libs/wayland
|
||||||
dev-libs/wayland-protocols
|
dev-libs/wayland-protocols
|
||||||
|
|
||||||
)
|
|
||||||
gnome-base/dconf
|
gnome-base/dconf
|
||||||
gnome-base/gsettings-desktop-schemas
|
gnome-base/gsettings-desktop-schemas
|
||||||
gnome-base/gnome-settings-daemon
|
gnome-base/gnome-settings-daemon
|
||||||
@ -48,7 +46,7 @@ RDEPEND="
|
|||||||
x11-apps/xkbcomp
|
x11-apps/xkbcomp
|
||||||
x11-libs/libxkbcommon
|
x11-libs/libxkbcommon
|
||||||
!gui-libs/wlroots
|
!gui-libs/wlroots
|
||||||
>=gui-libs/wlroots-pureos-0.15.1
|
gui-libs/wlroots-pureos:0=
|
||||||
"
|
"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
Loading…
Reference in New Issue
Block a user