mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Update to new name of girara.
This commit is contained in:
parent
2a90a68ce8
commit
aec6843b54
@ -12,7 +12,7 @@ GTK_INC = $(shell pkg-config --cflags gtk+-2.0)
|
||||
GTK_LIB = $(shell pkg-config --libs gtk+-2.0 gthread-2.0)
|
||||
|
||||
INCS = -I. -I/usr/include ${GTK_INC}
|
||||
LIBS = -lc ${GTK_LIB} -lpthread -lm -lgirara -ldl
|
||||
LIBS = -lc ${GTK_LIB} -lpthread -lm -lgirara-gtk2 -ldl
|
||||
|
||||
# flags
|
||||
CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)
|
||||
|
Loading…
Reference in New Issue
Block a user