mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
11 lines
291 B
Diff
11 lines
291 B
Diff
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -862,6 +862,7 @@
|
|
|
|
@HAVE_GTK3_TRUE@libcanberra_gtk3_module_la_LIBADD = \
|
|
@HAVE_GTK3_TRUE@ $(GTK3_LIBS) \
|
|
+@HAVE_GTK3_TRUE@ $(shell $(PKG_CONFIG) gmodule-2.0 --libs) \
|
|
@HAVE_GTK3_TRUE@ libcanberra.la \
|
|
@HAVE_GTK3_TRUE@ libcanberra-gtk3.la
|
|
|