Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libswc/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ SWC_SOURCES = \
libswc/pointer.c \
libswc/primary_plane.c \
libswc/region.c \
libswc/seat.c \
libswc/screen.c \
libswc/shell.c \
libswc/shell_surface.c \
Expand All @@ -65,7 +66,7 @@ SWC_SOURCES = \
ifeq ($(shell uname),NetBSD)
SWC_SOURCES += libswc/seat-ws.c
else
SWC_SOURCES += libswc/seat.c
SWC_SOURCES += libswc/seat-linux.c
$(dir)_PACKAGES += libinput
ifeq ($(ENABLE_LIBUDEV),1)
$(dir)_CFLAGS += -DENABLE_LIBUDEV
Expand Down
Loading