summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa2011-10-112-4/+0
| | | | | | ${bindir} in FILES_ defined in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa2011-10-113-4/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config ↵Martin Jansa2011-10-111-1/+2
| | | | | | | | | dependency to RRECOMMENDS and add few more recipes to RRECOMMENDS * when someone is using hal or udev explicitly, then he doesn't need xserver-xf86-config * add xkeyboard-config to RDEPENDS_${PN}-xvfb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from ↵Martin Jansa2011-10-113-11/+6
| | | | | | | | | 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) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: improve packagingMartin Jansa2011-10-111-6/+5
| | | | | | | | | * add ${bindir} and protocol.txt to ${PN} * SecurityPolicy is now in ${PN}-security-policy * package .la files to ${PN}-dev * README.compiled is lately in ${localstatedir}/lib/xkb so add it too to ${PN}-doc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: Split out some bigger modules and extensions from the ↵Martin Jansa2011-10-111-2/+58
| | | | | | main package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: move SRC_URI closer togetherMartin Jansa2011-10-111-2/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: fix LIC_FILES_CHKSUMMartin Jansa2011-10-111-2/+1
| | | | | | | | | * old value was actually from xserver-kdrive, use the same as xserver-xorg-1.10.1 and newer has ./xserver-kdrive.inc:LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" ./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glx-use-tls.inc: add include file to enable glx-tls only when TARGET_OS ↵Martin Jansa2011-10-111-0/+7
| | | | | | | | isn't uclibc * will be used in mesa-common.inc and xserver-xorg.inc * based on mesa-tls.inc (glx-use-tls.bbclass) from http://git.openembedded.org/cgit.cgi/openembedded/commit/packages/mesa/mesa-tls.inc?id=b527d8f723c98c77f2f5c5358062e5348493d767
* xserver-xorg: remove old git recipeMartin Jansa2011-10-111-25/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa2011-10-1114-9/+8
| | | | | | | | | * 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>
* font-alias: Convert to use allarch including a patch to disable compiler checksRichard Purdie2011-10-102-4/+36
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mutter: update to 2.29.1 and fix SRC_URIJoshua Lock2011-10-072-17/+13
| | | | | | | | | mutter has been hosted by the gnome community for some time now, update the recipe to use the new SRC_URI and a more recernt version - this is the last version to support Gtk+ 2. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mutter: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* clutter-gst-1.6: Add SRC_URI ChecksumSaul Wold2011-10-061-0/+5
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libx11-diet: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libx11-trim: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udevRichard Purdie2011-10-066-6/+10
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Improve handling of 'all' architecture recipes and their interaction with sstateRichard Purdie2011-10-047-15/+50
| | | | | | | | | | | | * Jansa: rebased on current master, added nocompiler patch also to font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as those are checking compiler (ie in intltool check) and better to build them as default arch instead of rebuilding after every machine change. * this is also part of [BUGID# 1075] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rgb: import from meta-oe layerMartin Jansa2011-10-041-0/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver/mesa: Bump PR after libdrm packaging changesRichard Purdie2011-10-045-5/+5
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: improve packagingMartin Jansa2011-10-043-5/+6
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-omapfb: bump SRCREV and add patch from meta-oeMartin Jansa2011-10-042-10/+335
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-driver: rename .inc files and merge some changes from meta-oeMartin Jansa2011-10-0416-31/+38
| | | | | | | | * use INC_PR * use BPN directly instead of XORG_PN Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-app-common: merge some changes from meta-oeMartin Jansa2011-10-041-5/+5
| | | | | | | | | | | * use BPN directly instead of XORG_PN * fix depends * fix packaging * add INC_PR (used by recipes in meta-oe now, but should be used here too) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxft, libxrender, renderproto: add native BBCLASSEXTENDMartin Jansa2011-10-043-2/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glew: update to 1.7.0Saul Wold2011-09-291-2/+2
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstreamZhai Edwin2011-09-264-7/+7
| | | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: Disable bfd symbol loopup since we don't list it in DEPENDSRichard Purdie2011-09-252-1/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemugl: Use local variable rather than "push" to save registerZhai Edwin2011-09-222-2/+61
| | | | | | | | | | | | New gcc uses "%esp" rather than "%ebp" to index local variable in stack, and push between save-to/restore-from stack decrease "%esp", which leads wrong index. Saving registers via local variables to make gcc aware of this and avoid stack disorder. [YOCTO #1442] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-common.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* freetype: disable bzip2 compressed font supportPaul Eggleton2011-09-191-2/+2
| | | | | | | | | | If we do not disable this then it is enabled sometimes and disabled at others depending on whether bzip2 has been built at the time, and worst case it will cause a race condition if bzip2 is building at the same time. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.Lianhao Lu2011-09-161-2/+2
| | | | | | | | [YOCTO #1486] Added MLPREFIX to the final package names of library packages in case of DEBIAN_NAMES. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* ttf-bitstream-vera_1.10: add PN to RDEPENDSTom Zanussi2011-09-161-2/+2
| | | | | | | RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liberation-fonts_1.06: add PN to RDEPENDSTom Zanussi2011-09-161-2/+2
| | | | | | | RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liberation-fonts_1.04: add PN to RDEPENDSTom Zanussi2011-09-161-1/+2
| | | | | | | RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "pango: use qemu to generate pango.modules during rootfs construction"Richard Purdie2011-09-132-8/+5
| | | | | | | This reverts commit 62381fd3a135318794f14dc3740b04facd32446e. This commit has issues with the rpm rootfs generation which need resolving before it can be accepted.
* xserver-nodm-init: Change hidraw mode to allow normal user accessZhai Edwin2011-09-071-0/+4
| | | | | | | USB HID like touch screen could be presented as hidraw* device, this change make user under rootless X can access them. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* pango: use qemu to generate pango.modules during rootfs constructionPhil Blundell2011-09-072-5/+8
| | | | | | This allows pango to be installed in an image with read-only-rootfs. Signed-off-by: Phil Blundell <philb@gnu.org>
* o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.orgSaul Wold2011-09-023-16/+17
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-nodm: Disable dbus-wait as it causes users too much confusionRichard Purdie2011-08-312-3/+4
| | | | | | | | | | In the event the xserver fails to start the dbus-wait has to time out and this causes many users a lot of confusion. If we wish to reinstate this, we need to find a safer mechanism to do it where X failing to start cancels the timeout (sends a dbus event at that point?) The comments are left in the file as an example in case some user does wish to enable is. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: make x11 support conditional on DISTRO_FEATURESPhil Blundell2011-08-262-5/+7
| | | | | | | This allows pango to build on DISTROs which don't enable x11. Also adjust the SECTION since pango isn't really an X library. Signed-off-by: Phil Blundell <philb@gnu.org>
* libsdl: do not inherit nativesdkJiajun Xu2011-08-231-2/+2
| | | | | | | We already enable target version for libsdl and use BBCLASSEXTEND to enable nativesdk. No need to inherit nativesdk then. Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-2317-48/+48
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world buildsRichard Purdie2011-08-192-1/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dri2proto: upgrade from 2.4 to 2.6Dexuan Cui2011-08-162-57/+3
| | | | | | The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* glproto: upgrade from 1.4.13 to 1.4.14Dexuan Cui2011-08-162-57/+3
| | | | | | The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>