diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc new file mode 100644 index 0000000000..db2d1266bb --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc | |||
@@ -0,0 +1,37 @@ | |||
1 | require xserver-xf86-common.inc | ||
2 | |||
3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" | ||
4 | |||
5 | LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" | ||
6 | |||
7 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | ||
8 | |||
9 | RDEPENDS_${PN} += "hal xorg-minimal-fonts" | ||
10 | |||
11 | FILES_${PN} += "${bindir}/Xorg " | ||
12 | |||
13 | EXTRA_OECONF += "--disable-static \ | ||
14 | --disable-acfb \ | ||
15 | --disable-ccfb \ | ||
16 | --disable-mcfb \ | ||
17 | --disable-dga \ | ||
18 | --disable-xinerama \ | ||
19 | --disable-xf86misc \ | ||
20 | --disable-xorgcfg \ | ||
21 | --disable-record \ | ||
22 | --disable-dmx \ | ||
23 | --disable-xnest \ | ||
24 | --disable-xvfb \ | ||
25 | --enable-composite \ | ||
26 | --enable-glx-tls \ | ||
27 | --sysconfdir=/etc/X11 \ | ||
28 | --localstatedir=/var \ | ||
29 | --with-pic \ | ||
30 | --with-int10=x86emu \ | ||
31 | --with-fontdir=/usr/share/fonts/X11 \ | ||
32 | --with-xkb-output=/var/lib/xkb \ | ||
33 | ac_cv_file__usr_share_sgml_X11_defs_ent=no" | ||
34 | |||
35 | # Due to mesa-dri | ||
36 | COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' | ||
37 | |||