diff options
author | Efe İzbudak <efe.izbudak@metu.edu.tr> | 2022-09-09 09:29:58 -0400 |
---|---|---|
committer | Efe İzbudak <efe.izbudak@metu.edu.tr> | 2022-09-09 16:32:26 +0300 |
commit | 683ebd4495367a980dcdf547f51ddcb1b033fd3a (patch) | |
tree | 31dbad90cd9299c726307eed5f1d59b8768c8119 /gui-wm | |
parent | x11-misc/ksnip: bump to clean up xdg inherit. Thanks tastytea! (diff) | |
download | guru-683ebd4495367a980dcdf547f51ddcb1b033fd3a.tar.gz guru-683ebd4495367a980dcdf547f51ddcb1b033fd3a.tar.bz2 guru-683ebd4495367a980dcdf547f51ddcb1b033fd3a.zip |
gui-wm/dwl: fixed libxcb dependency
Copied off of version 9999
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/dwl/dwl-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/dwl/dwl-0.3.1.ebuild b/gui-wm/dwl/dwl-0.3.1.ebuild index 1c27fa208..8438f673a 100644 --- a/gui-wm/dwl/dwl-0.3.1.ebuild +++ b/gui-wm/dwl/dwl-0.3.1.ebuild @@ -18,8 +18,8 @@ RDEPEND=" dev-libs/libinput dev-libs/wayland gui-libs/wlroots:0/15[X(-)?] - x11-libs/libxcb x11-libs/libxkbcommon + X? ( x11-libs/libxcb ) " DEPEND="${RDEPEND}" BDEPEND=" |