mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
ee3ea28e6c
svn-id: r4796
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
|