Skip to content

Commit

Permalink
Link against libharfbuzz.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed Feb 23, 2024
1 parent 0f34d82 commit 008df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -64,7 +64,7 @@ CXXFLAGS := $(CFLAGS) -std=c++20 -fpermissive
ASFLAGS := -g $(ARCH)
LDFLAGS := -g $(ARCH) $(RPXSPECS) $(CFLAGS) -Wl,-Map,$(notdir $*.map)

LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto `$(PREFIX)pkg-config --libs SDL2_mixer SDL2_ttf SDL2_image jansson` -lwut -lmocha -lrpxloader $(ROMFS_LIBS)
LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto `$(PREFIX)pkg-config --libs SDL2_mixer SDL2_ttf SDL2_image harfbuzz jansson` -lwut -lmocha -lrpxloader $(ROMFS_LIBS)

#-------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level
Expand Down

0 comments on commit 008df71

Please sign in to comment.