summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
AgeCommit message (Collapse)Author
2011-09-07xserver-nodm-init: Change hidraw mode to allow normal user accessZhai Edwin
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>
2011-09-07pango: use qemu to generate pango.modules during rootfs constructionPhil Blundell
This allows pango to be installed in an image with read-only-rootfs. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-09-02o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.orgSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-31xserver-nodm: Disable dbus-wait as it causes users too much confusionRichard Purdie
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>
2011-08-26pango: make x11 support conditional on DISTRO_FEATURESPhil Blundell
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>
2011-08-23libsdl: do not inherit nativesdkJiajun Xu
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>
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj
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>
2011-08-19xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world buildsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-16dri2proto: upgrade from 2.4 to 2.6Dexuan Cui
The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16glproto: upgrade from 1.4.13 to 1.4.14Dexuan Cui
The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16xproto: upgrade from 7.0.21 to 7.0.22Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16freetype: upgrade from 2.4.4 to 2.4.6Dexuan Cui
freetype-2.4.6/docs/LICENSE.TXT changed a little to describe more clearly the compatibility about FreeTypeLicense and GPLv2+, but the actual license remains unchanged: it's still LICENSE = "FreeTypeLicense | GPLv2+". Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16util-macros: upgrade from 1.14.0 to the latest version 0.15.0Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16libxcb: enable native/nativesdk builds as was done previously in meta-oeDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-08-15libx11-diet: Fix bug 1050Xiaofeng Yan
[YOCTO #1050] I got do_compile failure during building qemux86 image | ../../../doltlibtool: line 17: /distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file or directory This is due to not found libtool, but i586-poky-linux-libtool in libX11-1.3 So I disable dolt for solving this problem. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-08-15libsdl: enable opengl for libsdlJiajun Xu
To enable opengl for libsdl, we need DEPENDS on virtual/libgl. Add a check for "opengl" in DISTRO_FEATURES and when it's set, "--enable-video-opengl" and "virtual/libgl" will be added into EXTRA_CONF and DEPENDS. Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Acked-by: Phil Blundell <philb@gnu.org>
2011-08-15libsdl: add target versionJiajun Xu
Rename libsdl-nativesdk to libsdl to enable target version. libsdl is needed in some graphics testing. Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Acked-by: Phil Blundell <philb@gnu.org>
2011-08-15cairo: only use x11 if selected in DISTRO_FEATURESPhil Blundell
This makes it possible to build cairo-using apps without X11. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-08-15libx11: skip self if x11 not in DISTRO_FEATURESPhil Blundell
This stops (most) x11 packages leaking into a non-x11 distro by mistake. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-08-15pixman: remove spurious dependency on libx11Phil Blundell
Nothing in pixman actually uses libx11, so no need to DEPEND on it. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-08-12xcb-proto: update based on changes to python.m4 in automakeKumar Gala
1. We dont need the aclocal patch as this will be handled by automake 2. We need to update xcb-proto.pc.in to know about ${libdir} since we'll end up with something like: pythondir=${libdir}/python2.6/site-packages Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-08-05Misc: Corrected the dependency on non-native for -native package.Lianhao Lu
[YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-08-04libxt: Add depends for util-linux and libxcbSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-04xserver-nodm-init: Fix X start failure on some platformZhai Edwin
sudo is used to run rootless X in xserver-nodm, and start to fail with "xf86OpenConsole: Cannot open /dev/tty0" error after upgrade to 1.8.1. sudo seems wait for some resource that is unavailable in early phase of booting. This patch swith to "su" for rootless X starting as a fix. [YOCTO #1211] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-08-04SRC_URI, S: use BPN instead of PN for multilib caseYu Ke
in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. Signed-off-by: Yu Ke <ke.y@intel.com>
2011-08-04font-util: The recipe produces binaries so don't mark as 'all' architectureRichard Purdie
Since font-util produces binaries it shouldn't be marked as "all" package architecture. To achieve this we need to move the settings out the common include file. This fixes errors like: ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/bdftruncate'' strip command failed ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/ucs2any'' strip command failed Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27libxcb: Add missing DEPENDS on libxdmcpKhem Raj
Observed this to fail when populating new tmpdir from shared state Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-26upstream status: add for libsdl and xserver patchesYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-25bitbake.conf/classes: Variable cleanupRichard Purdie
This patch removes the variables BASE_PACKAGE_ARCH, BASEPKG_HOST_SYS, BASEPKG_TARGET_SYS and also removes the immediate assignments in several core classes as these are no longer required. This should make it clearer what some of the core variables do and simplfy some overly complex and confusing class code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-22mesa-xlib, mesa-dri: Probe for newlocale() before using it.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-21clutter-box2d: fix isfinite.patchSaul Wold
The original patch lost ^M and was not appliable. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-20clutter-box2d: Replace use of finite macro with C99 compliant isfinite()Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20xcb-proto: add multilib support.Dongxiao Xu
There is hardcode of /usr/lib dir for some python files. Fix it to support multilib. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-07-13Patches: Fix Upstream-Status infoSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-13xserver-kdrive: add patch upstream status infoYu Ke
- add patch upstream status - also remove the obsolete xserver-kdrive-1.3.0.0 patches Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-10libx11: ensure nativesdk uses correct DEPENDS and XCB flagsSaul Wold
The inital patch was for native, but nativesdk also needs the same change. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-08libx11: enable xcb supportSaul Wold
[YOCTO #1196] XCB support is needed in libx1l, it has been enabled in libx11-trim for sometime and was not in full version. The usage here is for LSB testing, which uses full libx11. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-05x11perf: Packaged unpackaged filesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-05xcb-proto: Package unshipped files, create python-xcbgen package for python ↵Richard Purdie
xcbgen code Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-05tslib: Package unpackaged .la fileRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-04xauth: upgrade from 1.05 to 1.06Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-04libdrm: upgrade to 2.4.26Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-01Drop PRIORITY variableRichard Purdie
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-01cairo: Clean up packaging and fix warningsRichard Purdie
There were a number of QA errors being reported when packaging cairo. This patch ensures the debug files go in the -dbg package, the .so development links go into the -dev package, .a files into -staticdev. It also switches back to relying on debian package naming for the library name. Since this is working correctly now the files are in the correct packages, we can simplify the recipe and there is no change in the resulting package names from a package feed perspective. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-29fontconfig: specify font directory in EXTRA_OECONFPhil Blundell
since, otherwise, fontconfig's builtin default may not match ${datadir}. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23clutter: Use new git repoZhai Edwin
clutter move its git server from clutter-project.org to gnome.org [YOCTO #1040] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-15dri2proto: Revert "dri2proto: make DRI2 swap event match GLX spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15glproto: Revert "glxproto: make GLX swap event struct match spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14libx11-diet: Fixed checksum and rebase patchSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>