aboutsummaryrefslogtreecommitdiffstats
path: root/community/hexchat/force-meson-build-order.patch
blob: be0c72a6f12e7e97f19fcf1386c72822f72a9e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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,