diff options
author | Marco Peereboom <marco@conformal.com> | 2011-10-20 10:56:33 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-20 10:56:33 -0500 |
commit | 1b7c992e8d5bbb3e27727a04856db4818956626b (patch) | |
tree | 9d64f7b88ff28637a495a941fca61cd0f95ef73f /Makefile | |
parent | 83cb2257734247d17d9d8f91df01b2992633b469 (diff) | |
download | xombrero-1b7c992e8d5bbb3e27727a04856db4818956626b.tar.gz |
Revert "Switch to gtk3 by default"
This reverts commit 83cb2257734247d17d9d8f91df01b2992633b469.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 431319a..a2ffb8d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ SRCS= xxxterm.c marco.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -LIBS+= gtk+-3.0 -LIBS+= webkitgtk-3.0 +LIBS+= gtk+-2.0 +LIBS+= webkit-1.0 LIBS+= libsoup-2.4 LIBS+= gnutls LIBS+= gthread-2.0 |