mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Check more explicitly for X11 presence.
This commit is contained in:
parent
ffbf6d7586
commit
faedd18b1c
5
Makefile
5
Makefile
@ -125,8 +125,9 @@ ifeq ($(HAVE_SDL), 1)
|
|||||||
DEFINES += $(SDL_CFLAGS) $(BSD_LOCAL_INC)
|
DEFINES += $(SDL_CFLAGS) $(BSD_LOCAL_INC)
|
||||||
LIBS += $(SDL_LIBS)
|
LIBS += $(SDL_LIBS)
|
||||||
|
|
||||||
ifneq ($(OSX), 1)
|
ifeq ($(HAVE_X11), 1)
|
||||||
LIBS += -lX11
|
LIBS += $(X11_LIBS)
|
||||||
|
DEFINES += $(X11_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_OPENGL), 1)
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user