X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2FMakefile;h=fe010eef26f8cf5b292a9a1da51c77c860ffabc1;hp=c25f7e97879e19ce0550304cbb7dd69bd1646e27;hb=HEAD;hpb=e31944e3c1c8725a85f36153400d27ce99e01c46 diff --git a/bigscreen/Makefile b/bigscreen/Makefile index c25f7e9..fe010ee 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -1,9 +1,9 @@ CC=gcc CXX=g++ -CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) $(shell sdl-config --cflags) +CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) $(shell sdl-config --cflags) $(shell pkg-config harfbuzz-icu --cflags) $(shell pkg-config pango --cflags) $(shell pkg-config pangoft2 --cflags) CXXFLAGS=-O2 -Wall -g LDFLAGS=-L/usr/X11R6/lib -LIBS=$(shell freetype-config --libs) -lpqxx $(shell sdl-config --libs) +LIBS=$(shell freetype-config --libs) -lpqxx $(shell sdl-config --libs) $(shell pkg-config harfbuzz-icu --libs) $(shell pkg-config pango --libs) $(shell pkg-config pangoft2 --libs) CCBS_BIGSCREEN_SQL_OBJS=fetch_current_tournament.o fetch_list_of_active_groups.o \ fetch_list_of_finished_groups.o \