diff options
author | 2013-04-21 11:41:59 -0400 | |
---|---|---|
committer | 2013-04-21 11:41:59 -0400 | |
commit | 9aea1fe882e71b77f99a1e8049abfb5ffa327f5a (patch) | |
tree | dc5ab204b8f4e622acc58c7a6f68ca209288632c /src/Makefile | |
parent | 070fb0a05f861160d53f90105b2816331da83195 (diff) | |
download | textadept-9aea1fe882e71b77f99a1e8049abfb5ffa327f5a.tar.gz textadept-9aea1fe882e71b77f99a1e8049abfb5ffa327f5a.zip |
Updates to compile with latest GTK-OSX.
This fixes Fn key recognition.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
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 |