summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.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 17:04:30 +0100
commit0b31c7200a368533df970f0efeb81e2e20c73593 (patch)
treed0f55f21e949080e148f8b1b3e27b6bdff06abeb /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
parenteb048308ae80d779e904951b032dba5b780898e5 (diff)
downloadopenembedded-core-0b31c7200a368533df970f0efeb81e2e20c73593.tar.gz
openembedded-core-0b31c7200a368533df970f0efeb81e2e20c73593.tar.bz2
openembedded-core-0b31c7200a368533df970f0efeb81e2e20c73593.tar.xz
openembedded-core-0b31c7200a368533df970f0efeb81e2e20c73593.zip
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. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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.inc36
1 files changed, 0 insertions, 36 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
deleted file mode 100644
index 6b138732d..000000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
+++ /dev/null
@@ -1,36 +0,0 @@
-require xserver-xf86-common.inc
-
-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"
-
-LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl"
-
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
-
-RDEPENDS_${PN} += "xorg-minimal-fonts"
-
-FILES_${PN} += "${bindir}/Xorg "
-
-EXTRA_OECONF += "--disable-static \
- --disable-acfb \
- --disable-ccfb \
- --disable-mcfb \
- --disable-dga \
- --disable-xinerama \
- --disable-xf86misc \
- --disable-xorgcfg \
- --disable-record \
- --disable-dmx \
- --disable-xnest \
- --disable-xvfb \
- --enable-composite \
- --enable-glx-tls \
- --sysconfdir=/etc/X11 \
- --localstatedir=/var \
- --with-pic \
- --with-int10=x86emu \
- --with-fontdir=${datadir}/fonts/X11 \
- --with-xkb-output=/var/lib/xkb \
- ac_cv_file__usr_share_sgml_X11_defs_ent=no"
-
-# Due to mesa-dri
-COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'