Skip to content

Commit

Permalink
*: Add libutempter support to various packages.
Browse files Browse the repository at this point in the history
Resolves the rest of #284.
  • Loading branch information
Jonathan Perkin authored and github-actions[bot] committed Nov 12, 2024
1 parent bad8d3b commit 00ab4e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/tmux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --enable-sixel
USE_TOOLS+= pkg-config
USE_FEATURES+= strnlen

CONFIGURE_ARGS+= --enable-utempter

SUBST_CLASSES+= sysconfdir
SUBST_STAGE.sysconfdir= pre-configure
SUBST_MESSAGE.sysconfdir= Do not force sysconfdir to /etc
Expand Down
2 changes: 2 additions & 0 deletions x11/xterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --enable-narrowproto
CONFIGURE_ARGS+= --enable-wide-chars
.endif

CONFIGURE_ARGS+= --with-utempter

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
###
Expand Down

0 comments on commit 00ab4e3

Please sign in to comment.