mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-03 23:49:03 +00:00
Merge pull request #4849 from bsstephan/dont-build-disabled-xinerama
only build xinerama_common.o if it is enabled
This commit is contained in:
commit
8a4590462f
@ -677,8 +677,10 @@ ifeq ($(HAVE_X11), 1)
|
||||
input/drivers/x11_input.o \
|
||||
gfx/common/dbus_common.o \
|
||||
gfx/common/x11_common.o \
|
||||
gfx/common/xinerama_common.o \
|
||||
input/drivers_keyboard/keyboard_event_x11.o
|
||||
ifeq ($(HAVE_XINERAMA), 1)
|
||||
OBJ += gfx/common/xinerama_common.o
|
||||
endif
|
||||
|
||||
LIBS += $(X11_LIBS) $(XEXT_LIBS) $(XF86VM_LIBS) $(XINERAMA_LIBS)
|
||||
DEFINES += $(X11_CFLAGS) $(XEXT_CFLAGS) $(XF86VM_CFLAGS) $(XINERAMA_CFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user