summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-01-24 14:21:59 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-01-24 14:21:59 -0500
commit9a25ce0f68abd73af9024d48cb7e1925303c2183 (patch)
treeaf4509077d3f58f2d2674ae200614f8176be0610 /src/meson.build
parent05921d7f6b0dd519b95f1b868e93bafd081237ca (diff)
downloadzenity-9a25ce0f68abd73af9024d48cb7e1925303c2183.tar.gz
text: Re-add webkit support for gtk4
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 0c03b31..2ee1889 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -46,6 +46,6 @@ zenity = executable(
zenity_sources + zenity_enums + zenity_res,
include_directories: zenity_root_dir,
c_args: zenity_c_args,
- dependencies: adw_dep,
+ dependencies: [adw_dep, webkitgtk_dep],
install: true
)