mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:36:00 +01:00
Don't add gthread twice.
This commit is contained in:
parent
abe6755558
commit
d6ff7a89ab
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RSTTOMAN ?= /usr/bin/rst2man
|
|||
|
||||
# libs
|
||||
GTK_INC ?= $(shell pkg-config --cflags gtk+-${ZATHURA_GTK_VERSION}.0)
|
||||
GTK_LIB ?= $(shell pkg-config --libs gtk+-${ZATHURA_GTK_VERSION}.0 gthread-2.0)
|
||||
GTK_LIB ?= $(shell pkg-config --libs gtk+-${ZATHURA_GTK_VERSION}.0)
|
||||
|
||||
GTHREAD_INC ?= $(shell pkg-config --cflags gthread-2.0)
|
||||
GTHREAD_LIB ?= $(shell pkg-config --libs gthread-2.0)
|
||||
|
|
Loading…
Reference in a new issue