aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-06-20 14:21:46 +1200
committerDavid Phillips <david@sighup.nz>2018-06-20 14:21:46 +1200
commita22145376cf84960800237eb4669787d637a192a (patch)
treec640bdf395597578e750edc22ae65c3783588e26 /config.mk
parent9ddb79b8c53393be5b15170089201b2592533ba4 (diff)
downloadparamano-a22145376cf84960800237eb4669787d637a192a.tar.xz
Port to Gtk3
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 21ce002..9b68792 100644
--- a/config.mk
+++ b/config.mk
@@ -39,8 +39,8 @@ DEPS += bat_tray.h \
tray.h \
paramano_set_interface.h
-CFLAGS += -I/usr/include/gtk-2.0 \
- -I/usr/lib/gtk-2.0/include \
+CFLAGS += -I/usr/include/gtk-3.0 \
+ -I/usr/lib/gtk-3.0/include \
-I/usr/include/pango-1.0 \
-I/usr/include/cairo \
-I/usr/include/gdk-pixbuf-2.0 \
@@ -51,6 +51,6 @@ CFLAGS += -I/usr/include/gtk-2.0 \
-D_=gettext \
$(DEFS)
-LDFLAGS += -lgtk-x11-2.0 \
+LDFLAGS += -lgtk-3 \
-lgobject-2.0 \
-lglib-2.0