about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-10-17 15:11:39 -0500
committerMarco Peereboom <marco@conformal.com>2011-10-17 15:11:39 -0500
commit83cb2257734247d17d9d8f91df01b2992633b469 (patch)
treed3c6733ac920ddc37b65cf38335279c79bf281c5
parent5d59581f05930cdc31b26b0a6d163baa035c0e89 (diff)
downloadxombrero-83cb2257734247d17d9d8f91df01b2992633b469.tar.gz
Switch to gtk3 by default
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a2ffb8d..431319a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ SRCS= xxxterm.c marco.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
 LDADD= -lutil
-LIBS+= gtk+-2.0
-LIBS+= webkit-1.0
+LIBS+= gtk+-3.0
+LIBS+= webkitgtk-3.0
 LIBS+= libsoup-2.4
 LIBS+= gnutls
 LIBS+= gthread-2.0