Skip to content

Commit 0bdcb81

Browse files
committed
(Apple) Add missing dispserv_apple
1 parent 2224e37 commit 0bdcb81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile.common

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,10 @@ ifeq ($(HAVE_OPENDINGUX_FBDEV), 1)
13541354
OBJ += gfx/drivers_context/opendingux_fbdev_ctx.o
13551355
endif
13561356

1357+
ifneq ($(findstring Darwin,$(OS)),)
1358+
OBJ += gfx/display_servers/dispserv_apple.o
1359+
#endif
1360+
13571361
ifeq ($(HAVE_X11), 1)
13581362
OBJ += input/common/input_x11_common.o \
13591363
input/drivers/x11_input.o \

0 commit comments

Comments
 (0)