Skip to content

Commit

Permalink
gnome-terminal: Add missing dependency on libhandy
Browse files Browse the repository at this point in the history
Fixes
| ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
  • Loading branch information
kraj committed Nov 13, 2023
1 parent 28b8d92 commit 9c34840
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ DEPENDS = " \
gsettings-desktop-schemas \
vte9 \
dconf \
libhandy \
libpcre2 \
"

Expand Down

0 comments on commit 9c34840

Please sign in to comment.