diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-11 10:10:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-11 10:24:22 -0500 |
commit | c2d75ea30fd17f2b6c9da5a5d9060f1857d10535 (patch) | |
tree | fad7e1be7722c7c3793b104dd5d33e137fb9b227 /gui-libs/wlroots | |
parent | dev-perl/Package-Stash: stable 0.390.0 for hppa, bug #817455 (diff) | |
download | gentoo-c2d75ea30fd17f2b6c9da5a5d9060f1857d10535.tar.gz gentoo-c2d75ea30fd17f2b6c9da5a5d9060f1857d10535.tar.bz2 gentoo-c2d75ea30fd17f2b6c9da5a5d9060f1857d10535.zip |
gui-libs/wlroots: update deps on 9999
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index fb102820e420..468d72e78ead 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -24,7 +24,7 @@ IUSE="x11-backend X" DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.19.0 - >=dev-libs/wayland-protocols-1.22 + >=dev-libs/wayland-protocols-1.23 media-libs/mesa[egl,gles2,gbm] sys-auth/seatd:= virtual/libudev @@ -43,7 +43,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" - >=dev-libs/wayland-protocols-1.17 + >=dev-libs/wayland-protocols-1.23 >=dev-util/meson-0.58.1 virtual/pkgconfig " @@ -56,7 +56,6 @@ src_configure() { "-Dwerror=false" "-Drenderers=gles2" -Dxwayland=$(usex X enabled disabled) - -Dx11-backend=$(usex x11-backend enabled disabled) ) meson_src_configure |