Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/arakiken/mlterm
Browse files Browse the repository at this point in the history
  • Loading branch information
arakiken committed Nov 19, 2023
2 parents cb41f63 + 1a23316 commit 7d73cb4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- Add vt_set_use_conpty().
- pty_open() -> conpty_open() and pipe_open()

2023-11-05 Araki Ken <arakiken@users.sf.net>

* configure.in, gtk/Makefile.in: Add SSH2_LIBS_FOR_VTE.

2023-11-04 Araki Ken <arakiken@users.sf.net>

* fb/ui_font.c: Fix compiling error in ui_font_set_dpi_for_fc().
Expand Down
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ VTE_CFLAGS
MOSH_OCB_OBJ
MOSH_DIR
VT_PTY_OBJ
SSH2_LIBS_FOR_VTE
SSH2_LIBS_FOR_PROG
PTY_CFLAGS
PROTOBUF_LIBS
Expand Down Expand Up @@ -17518,6 +17519,8 @@ fi





pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDK_PIXBUF" >&5
$as_echo_n "checking for GDK_PIXBUF... " >&6; }
Expand Down Expand Up @@ -19700,6 +19703,7 @@ if test "$ml_cv_is_posix" = "no" ; then
SSH2_LIBS_FOR_PROG="$SSH2_LIBS -lwsock32 -lws2_32"
SSH2_LIBS=
fi
SSH2_LIBS_FOR_VTE=$SSH2_LIBS_FOR_PROG
fi

ac_fn_c_check_func "$LINENO" "CreatePseudoConsole" "ac_cv_func_CreatePseudoConsole"
Expand Down Expand Up @@ -19764,6 +19768,7 @@ fi




if test "${have_gtk}" = "yes" ; then
if test "${gtk_version}" = "3.0" ; then

Expand Down
2 changes: 2 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ if test "$ml_cv_is_posix" = "no" ; then
SSH2_LIBS_FOR_PROG="$SSH2_LIBS -lwsock32 -lws2_32"
SSH2_LIBS=
fi
SSH2_LIBS_FOR_VTE=$SSH2_LIBS_FOR_PROG
fi

AC_CHECK_FUNC(CreatePseudoConsole,
Expand Down Expand Up @@ -1044,6 +1045,7 @@ else
fi
AC_SUBST(SSH2_LIBS)
AC_SUBST(SSH2_LIBS_FOR_PROG)
AC_SUBST(SSH2_LIBS_FOR_VTE)
AC_SUBST(SSH2_CFLAGS)
AC_SUBST(VT_PTY_OBJ)
AC_SUBST(MOSH_DIR)
Expand Down
3 changes: 2 additions & 1 deletion gtk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ CFLAGS = $(CFLAGS_LOCAL) @POBL_CFLAGS@ @MEF_CFLAGS@ @TYPE_CFLAGS@ @DEB_CFLAGS@ \
-DSYSCONFDIR=\"$(sysconfdir)\" `$(PKG_CONFIG) --cflags $(PKG_NAME)` \
@BRLAPI_CFLAGS@ @CFLAGS@ @CPPFLAGS@
LIBS = $(LPOBL) $(LMEF) @IMAGELIB_LIBS@ @DL_LIBS_IM@ @GTK_LIBS@ \
@CTL_LIBS_FOR_VTE@ @TYPE_LIBS_FOR_VTE@ @BRLAPI_LIBS@ @REGEX_LIBS@ @DEXPORT@
@CTL_LIBS_FOR_VTE@ @TYPE_LIBS_FOR_VTE@ @SSH2_LIBS_FOR_VTE@ @BRLAPI_LIBS@ \
@REGEX_LIBS@ @DEXPORT@

LIBTOOL_CC = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS)
LIBTOOL_LINK = $(LIBTOOL) --mode=link $(CC) @LDFLAGS@
Expand Down

0 comments on commit 7d73cb4

Please sign in to comment.