diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc new file mode 100644 index 0000000000..7150a2a466 --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc | |||
@@ -0,0 +1,34 @@ | |||
1 | require xserver-xf86-common.inc | ||
2 | |||
3 | PROVIDES += "xserver-xf86-lite" | ||
4 | |||
5 | 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" | ||
6 | |||
7 | LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" | ||
8 | |||
9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | ||
10 | |||
11 | RDEPENDS_${PN} += "hal xorg-minimal-fonts" | ||
12 | |||
13 | FILES_${PN} += "${bindir}/Xorg " | ||
14 | |||
15 | EXTRA_OECONF += "--disable-static \ | ||
16 | --disable-acfb \ | ||
17 | --disable-ccfb \ | ||
18 | --disable-mcfb \ | ||
19 | --disable-dga \ | ||
20 | --disable-xinerama \ | ||
21 | --disable-xf86misc \ | ||
22 | --disable-xorgcfg \ | ||
23 | --disable-record \ | ||
24 | --disable-dmx \ | ||
25 | --disable-xnest \ | ||
26 | --disable-xvfb \ | ||
27 | --enable-composite \ | ||
28 | --disable-dri \ | ||
29 | --disable-glx \ | ||
30 | --sysconfdir=/etc/X11 \ | ||
31 | --localstatedir=/var \ | ||
32 | --with-fontdir=/usr/share/fonts/X11 \ | ||
33 | --with-xkb-output=/var/lib/xkb \ | ||
34 | ac_cv_file__usr_share_sgml_X11_defs_ent=no" | ||