face objects and cache; port to gtk-3.0.

This commit is contained in:
Antonio Carzaniga
2021-01-12 15:55:25 +01:00
parent 68a33722c8
commit 3309523725
2 changed files with 171 additions and 45 deletions

View File

@ -1,11 +1,11 @@
GTK_PACKAGES=gdk-pixbuf-2.0 gtk+-2.0
GTK_PACKAGES=gdk-pixbuf-2.0 gtk+-3.0
GTK_CFLAGS=$(shell pkg-config --cflags $(GTK_PACKAGES))
GTK_LIBS=$(shell pkg-config --libs $(GTK_PACKAGES))
# PROFILING_CFLAGS=-pg
CFLAGS=-Wall -g -O2 $(PROFILING_CFLAGS) $(GTK_CFLAGS)
LIBS=$(GTK_LIBS)
LIBS=$(GTK_LIBS) -lm
PROGS=balls