Add new hackish bresenham line function to draw thicker lines, now used in analog clockface (cmd dana)
This commit is contained in:
parent
5668a2fcb1
commit
9e2a869871
4 changed files with 61 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ PREFIX = /usr/local/
|
|||
CFLAGS = -Wall -g -DDEBUG -O2 $(CCFLAGS) `pkg-config --cflags glib-2.0` `pkg-config --cflags dbus-glib-1` `pkg-config --cflags dbus-1` `pkg-config --cflags libsoup-2.4`
|
||||
#CFLAGS = -Wall -O2 $(CCFLAGS)
|
||||
|
||||
LDFLAGS = `pkg-config --libs glib-2.0` `pkg-config --libs dbus-glib-1` `pkg-config --libs dbus-1` `pkg-config --libs libxml-2.0` `pkg-config --libs libsoup-2.4`
|
||||
LDFLAGS = -lm `pkg-config --libs glib-2.0` `pkg-config --libs dbus-glib-1` `pkg-config --libs dbus-1` `pkg-config --libs libxml-2.0` `pkg-config --libs libsoup-2.4`
|
||||
|
||||
PRGNAME = metawatch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue