mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
gui-wm/cage: add missing deps
add myself as a maintainer Closes: https://bugs.gentoo.org/932654 Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -22,6 +22,7 @@ SLOT="0"
|
|||||||
IUSE="X"
|
IUSE="X"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
dev-libs/wayland
|
||||||
gui-libs/wlroots:0/16[X?]
|
gui-libs/wlroots:0/16[X?]
|
||||||
x11-libs/libxkbcommon[X?]
|
x11-libs/libxkbcommon[X?]
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -22,11 +22,12 @@ SLOT="0"
|
|||||||
IUSE="X"
|
IUSE="X"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
gui-libs/wlroots:0/17[X?]
|
dev-libs/wayland
|
||||||
|
>=gui-libs/wlroots-0.17.0[X?]
|
||||||
x11-libs/libxkbcommon[X?]
|
x11-libs/libxkbcommon[X?]
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure $(meson_feature X xwayland)
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<!-- maintainer-needed -->
|
<maintainer type="person">
|
||||||
|
<email>dev@dyama.net</email>
|
||||||
|
<name>Daichi Yamamoto</name>
|
||||||
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="X">Enable support for X11 applications (XWayland)</flag>
|
<flag name="X">Enable support for X11 applications (XWayland)</flag>
|
||||||
</use>
|
</use>
|
||||||
|
|||||||
Reference in New Issue
Block a user