aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a1bf2ebe..f222f0fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -58,7 +58,8 @@ ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel))))
--cflags gtk+-2.0)
gtk_libs = $(shell PKG_CONFIG_PATH=`pwd`/gtkosx/lib/pkgconfig \
pkg-config --define-variable=prefix=gtkosx \
- --libs gtk+-2.0) -framework Cocoa -lgtkmacintegration
+ --libs gtk+-2.0 gmodule-2.0 gtk-mac-integration) \
+ -framework Cocoa
else
plat_flag = -DCURSES
curses_libs = -lncurses