Skip to content

Commit ed0ebb5

Browse files
authored
Merge pull request #97 from Theldus/fix-pthread-missing
Fix missing -pthread for fbdev builds
2 parents 7d38e7e + c10eef0 commit ed0ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ endif
117117

118118
ifeq ($(CONFIG_BACKEND_FBDEV), y)
119119
BACKEND = fbdev
120-
TARGET_LIBS += -ludev
120+
TARGET_LIBS += -ludev -pthread
121121
libtwin.a_files-y += backend/fbdev.c
122122
libtwin.a_files-y += backend/linux_input.c
123123
endif

0 commit comments

Comments
 (0)