diff options
Diffstat (limited to 'gui-wm')
| -rw-r--r-- | gui-wm/dwl/dwl-9999.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index fe690a1..e7d627e 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -36,6 +36,7 @@ HOMEPAGE="https://codeberg.org/csobczak/dwl" # Portage. #SRC_URI="ftp://foo.example.org/${P}.tar.gz" EGIT_REPO_URI="https://codeberg.org/csobczak/dwl.git" +EGIT_BRANCH="csobczak" # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} @@ -90,8 +91,8 @@ IUSE="X" #RESTRICT="strip" COMMON_DEPEND=" - >=gui-libs/wlroots-0.18:=[libinput,session,X?] - <gui-libs/wlroots-0.19:= + >=gui-libs/wlroots-0.19:=[libinput,session,X?] + <gui-libs/wlroots-0.20:= dev-libs/libinput:= dev-libs/wayland x11-libs/libxkbcommon @@ -177,7 +178,11 @@ src_compile() { # visual clue to others that the makefiles have bugs that have been # worked around. - emake PKG_CONFIG="$(tc-getPKG_CONFIG)" CC="$(tc-getCC)" XWAYLAND="$(usev X -DXWAYLAND)" XLIBS="$(usev X "xcb xcb-icccm")" dwl + tc-export CC PKG_CONFIG + emake \ + XWAYLAND="$(usev X -DXWAYLAND)" \ + XLIBS="$(usev X "xcb xcb-icccm")" \ + dwl } # The following src_install function is implemented as default by portage, so |
