mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-08-22 10:17:06 +00:00
drop gthread dependency
This commit is contained in:
parent
5635cc8c50
commit
8cda4721fb
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ PROGRAMS=spiceterm
|
||||
HEADERS=translations.h event_loop.h glyphs.h spiceterm.h keysyms.h
|
||||
SOURCES=screen.c event_loop.c input.c spiceterm.c auth-pve.c
|
||||
|
||||
PKGS := glib-2.0 gthread-2.0 spice-protocol spice-server libsasl2
|
||||
PKGS := glib-2.0 spice-protocol spice-server libsasl2
|
||||
CFLAGS += `pkg-config --cflags $(PKGS)`
|
||||
LIBS += `pkg-config --libs $(PKGS)`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user