1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/hexchat/force-meson-build-order.patch
2019-06-12 10:22:18 +00:00

11 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,