2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-30 13:48:07 +00:00

drop gthread dependency

This commit is contained in:
Wolfgang Bumiller
2017-02-07 15:41:52 +01:00
parent 5635cc8c50
commit 8cda4721fb

View File

@@ -14,7 +14,7 @@ PROGRAMS=spiceterm
HEADERS=translations.h event_loop.h glyphs.h spiceterm.h keysyms.h 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 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)` CFLAGS += `pkg-config --cflags $(PKGS)`
LIBS += `pkg-config --libs $(PKGS)` LIBS += `pkg-config --libs $(PKGS)`