From 9aea1fe882e71b77f99a1e8049abfb5ffa327f5a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 21 Apr 2013 11:41:59 -0400 Subject: Updates to compile with latest GTK-OSX. This fixes Fn key recognition. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3