forked from 12to11/12to11
17 lines
434 B
Modula-2
17 lines
434 B
Modula-2
/* Edit this file if any of these libraries are named differently
|
|
on your system. */
|
|
|
|
XCB = -lxcb
|
|
XCB_SHM = -lxcb-shm
|
|
XCB_DRI3 = -lxcb-dri3
|
|
XCB_SHAPE = -lxcb-shape
|
|
WAYLAND_SERVER = -lwayland-server
|
|
XCBLIB = -lX11-xcb
|
|
PIXMAN = -lpixman-1
|
|
DRMINCLUDES = -I$(INCROOT)/drm
|
|
PIXMANINCLUDES = -I$(INCROOT)/pixman-1
|
|
|
|
/* And edit this if wayland-scanner is named something else on your
|
|
system. */
|
|
|
|
WAYLAND_SCANNER = wayland-scanner
|