summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-07 16:37:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 18:08:31 +0100
commitc09f0eb561a53b97a769dd0744076af7d904eafb (patch)
treeffdea22503027c6939e08c4e6ebc60b1c1346103 /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parent359006159996f95aaa7e53279229d72e161514bd (diff)
downloadpoky-c09f0eb561a53b97a769dd0744076af7d904eafb.tar.gz
xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite
* xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. (From OE-Core rev: 0b31c7200a368533df970f0efeb81e2e20c73593) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
new file mode 100644
index 0000000000..9bc0ee48cf
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -0,0 +1,36 @@
1require xserver-xorg-common.inc
2
3PROTO_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
5LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl"
6
7DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
8
9RDEPENDS_${PN} += "xorg-minimal-fonts"
10
11FILES_${PN} += "${bindir}/Xorg "
12
13EXTRA_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=${datadir}/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
36COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'