forked from 12to11/12to11
Check in new file
* 12to11.conf: New file.
This commit is contained in:
parent
7f1d2b4046
commit
de26ffa123
1 changed files with 23 additions and 0 deletions
23
12to11.conf
Normal file
23
12to11.conf
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/* Edit this file if any of these libraries and tools are named differently
|
||||||
|
on your system. */
|
||||||
|
|
||||||
|
XCB = -lxcb
|
||||||
|
XCB_SHM = -lxcb-shm
|
||||||
|
XCB_DRI3 = -lxcb-dri3
|
||||||
|
XCB_SHAPE = -lxcb-shape
|
||||||
|
XCB_RANDR = -lxcb-randr
|
||||||
|
WAYLAND_SERVER = -lwayland-server
|
||||||
|
XCBLIB = -lX11-xcb
|
||||||
|
PIXMAN = -lpixman-1
|
||||||
|
DRM = -ldrm
|
||||||
|
DRMINCLUDES = -I$(INCROOT)/drm
|
||||||
|
PIXMANINCLUDES = -I$(INCROOT)/pixman-1
|
||||||
|
XPRESENTLIB = -lXpresent
|
||||||
|
WAYLAND_SCANNER = wayland-scanner
|
||||||
|
|
||||||
|
/* Uncomment the following code if building with EGL support. */
|
||||||
|
|
||||||
|
XCOMM #define HaveEglSupport
|
||||||
|
XCOMM
|
||||||
|
XCOMM EGL = -lEGL
|
||||||
|
XCOMM GLES = -lGLESv2
|
Loading…
Add table
Reference in a new issue