mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
14 lines
441 B
Diff
14 lines
441 B
Diff
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
||
|
index 0236d72..bcc1182 100644
|
||
|
--- a/src/Makefile.am
|
||
|
+++ b/src/Makefile.am
|
||
|
@@ -38,7 +38,7 @@ artha_LDADD = libwni.a $(WORDNET_LIB)
|
||
|
|
||
|
if POSIX
|
||
|
AM_CFLAGS += @libdbus_CFLAGS@
|
||
|
-artha_LDADD += -lX11 -ldbus-1 -ldbus-glib-1 -lgtk-x11-2.0 \
|
||
|
+artha_LDADD += -lX11 -ldbus-1 -ldbus-glib-1 -lgio-2.0 -lgtk-x11-2.0 \
|
||
|
-lgdk-x11-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0
|
||
|
else
|
||
|
artha_LDADD += @GTK_LIBS@
|