mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
This reverts commit f4fccd26eaa896b944f056ab71c6f55412198c16. We still have gtk-2.0, there's no reason to remove it.
12 lines
343 B
Diff
12 lines
343 B
Diff
--- a/src/fe-gtk/meson.build
|
|
+++ b/src/fe-gtk/meson.build
|
|
@@ -86,7 +86,7 @@
|
|
|
|
executable('hexchat',
|
|
sources: resources + hexchat_gtk_sources,
|
|
- dependencies: hexchat_gtk_deps,
|
|
+ dependencies: [hexchat_gtk_deps,declare_dependency(sources: textevents)],
|
|
c_args: hexchat_gtk_cflags,
|
|
link_args: hexchat_gtk_ldflags,
|
|
install: true,
|