aports/community/hexchat/force-meson-build-order.patch
Francesco Colista cb6d8db643 Revert "community/hexchat: remove"
This reverts commit f4fccd26eaa896b944f056ab71c6f55412198c16.

We still have gtk-2.0, there's no reason to remove it.
2021-08-18 12:07:51 +00:00

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,