about summary refs log tree commit diff stats
path: root/osx
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2013-05-14 12:04:34 -0400
committerJosh Rickmar <jrick@devio.us>2013-05-14 12:04:34 -0400
commita99ef02ba9242d6923e0b7a5cd204f8da3d78641 (patch)
treee47f3eaf09d3757f695703e87c80ed8a55de8713 /osx
parent33e11b2d4e49691eead713c7488d12d4e9633729 (diff)
downloadxombrero-a99ef02ba9242d6923e0b7a5cd204f8da3d78641.tar.gz
Remove threading
Now that the cert sideband thread is gone, threading can be removed.
Making GTK calls across multiple threads is also deprecated in newer
GTK versions and is severly broken on Windows, so there's no point in
keeping this around.
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile
index eaa9bfe..184d34a 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -1,6 +1,6 @@
 LIBS= glib-2.0
 LIBS+= gtk+-2.0 webkit-1.0
-LIBS+= libsoup-2.4 gthread-2.0 gnutls
+LIBS+= libsoup-2.4 gnutls
 
 CFLAGS+= -O2 -Wall -D_GNU_SOURCE -I. -I.. $(shell pkg-config --cflags $(LIBS)) $(JS_CF)
 LDADD+= $(shell pkg-config --libs $(LIBS)) $(JS_LD) -ldl -lgcrypt -lX11