diff options
| -rw-r--r-- | gui-wm/dwl/dwl.ebuild (renamed from gui-wm/dwl/dwl-0.8.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui-wm/dwl/dwl-0.8.ebuild b/gui-wm/dwl/dwl.ebuild index b0baaa2..4cc2c49 100644 --- a/gui-wm/dwl/dwl-0.8.ebuild +++ b/gui-wm/dwl/dwl.ebuild @@ -24,7 +24,7 @@ EAPI=8 inherit git-r3 cmake # Short one-line description of this package. -DESCRIPTION="The dwl minimal wayland window manager" +DESCRIPTION="Fork of dwl, the minimal wayland window manager" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="https://codeberg.org/csobczak/dwl" @@ -95,16 +95,18 @@ IUSE="" # had installed on your system when you tested the package. Then # other users hopefully won't be caught without the right version of # a dependency. -#RDEPEND="" +RDEPEND="dev-libs/libinput dev-libs/wayland gui-libs/wlroot x11-base/xwayland x11-libs/libxcb x11-libs/libxkbcommon x11-libs/xcb-util-wm" # Build-time dependencies that need to be binary compatible with the system # being built (CHOST). These include libraries that we link against. # The below is valid if the same run-time depends are required to compile. #DEPEND="${RDEPEND}" +DEPEND="dev-libs/libinput dev-libs/wayland gui-libs/wlroot sys-kernel/linux-headers x11-libs/libxcb x11-libs/libxkbcommon x11-libs/xcb-util-wm" # Build-time dependencies that are executed during the emerge process, and # only need to be present in the native build system (CBUILD). Example: #BDEPEND="virtual/pkgconfig" +BDEPEND="dev-libs/wayland-protocols dev-util/wayland-scanner dev-vcs/git virtual/pkgconfig" # The following src_configure function is implemented as default by portage, so |
