diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-06-14 12:59:11 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-06-14 13:00:04 +0200 |
commit | 61013e58b980b940e0434250318faa6ed084892b (patch) | |
tree | 44c1ee3cdc7bff02b9e52a50c6cca2e53446b3a4 /Makefile | |
parent | b3af9d52dcc487da95410a0db4f90851b526621a (diff) | |
download | lariza-61013e58b980b940e0434250318faa6ed084892b.tar.gz |
Go back to Gtk2 for flash support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CFLAGS += -Wall -Wextra -O3 sn: sn.c $(CC) $(CFLAGS) $(LDFLAGS) \ -o $@ $< \ - `pkg-config --cflags --libs gtk+-3.0 webkitgtk-3.0` + `pkg-config --cflags --libs gtk+-2.0 webkit-1.0` clean: rm -f sn |