summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc
Commit message (Collapse)AuthorAgeFilesLines
* xserver-xorg: only use --disable-dga in xserver-xorg-liteOtavio Salvador2011-11-291-0/+1
| | | | | | | | | | | Xorg VESA driver calls DGAInit enforcing this symbol to be available to the driver to work so we revert back to only disable DGA for lite flavor of Xorg. (From OE-Core rev: f5546a175384de338edc23a248b19a23fb7d7017) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: move shared EXTRA_OECONF entries to shared .incMartin Jansa2011-10-111-18/+2
| | | | | | | | | | | * after this xserver-xorg-lite.inc is disabling only dri/glx and xserver-xorg.inc is forcing dri/dri2 enabled the rest is defined in xserver-xorg-common.inc (From OE-Core rev: eb381e05ff24ee2fed0b4e9675bd01dce662da07) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa2011-10-111-2/+0
| | | | | | | | | ${bindir} in FILES_ defined in shared .inc (From OE-Core rev: 623f4feb86c2587c9a5bdac833671a91fbfbbf72) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa2011-10-111-2/+0
| | | | | | | (From OE-Core rev: 7c380db374381ae71cf6b1398a77654b3eebf512) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from ↵Martin Jansa2011-10-111-6/+0
| | | | | | | | | | | | xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc * xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS * both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc) (From OE-Core rev: f7fb209cd447418e72c421ab473c35430ee46893) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa2011-10-111-0/+32
* 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>