mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 13:10:53 +00:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
|
# Build settings for the X11 backend
|
||
|
MODULES += backends/x11
|
||
|
OBJS += backends/x11/x11.o
|
||
|
DEFINES += -DUNIX -DX11_BACKEND
|
||
|
LDFLAGS += -L/usr/X11R6/lib -L/usr/local/lib
|
||
|
INCLUDES+= -I/usr/X11R6/include
|
||
|
LIBS += -lpthread -lXext -lX11
|