Skip to content

Commit

Permalink
Merge pull request #97 from Theldus/fix-pthread-missing
Browse files Browse the repository at this point in the history
Fix missing -pthread for fbdev builds
  • Loading branch information
jserv authored Feb 2, 2025
2 parents 7d38e7e + c10eef0 commit ed0ebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endif

ifeq ($(CONFIG_BACKEND_FBDEV), y)
BACKEND = fbdev
TARGET_LIBS += -ludev
TARGET_LIBS += -ludev -pthread
libtwin.a_files-y += backend/fbdev.c
libtwin.a_files-y += backend/linux_input.c
endif
Expand Down

0 comments on commit ed0ebb5

Please sign in to comment.