aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
AgeCommit message (Collapse)Author
2012-02-07classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07libx11: Backport _XGetRequest APIKhem Raj
This API is relatively new and will be in next release of libX11 this is needed for OE qemu-native which links to libx11-native but uses libGL from build system and herein lies the problem if you have bleeding edge distro e.g. ubuntu 12.04(development) libGL.so expects this API to be present. Backported to 1.4.4 thusly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07libdrm: Fix build failure unearthed by uclibcKhem Raj
uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-07xorg-apps: Bump PR to accomodate meta-oe recipe deletionKhem Raj
rgb in meta-oe has been removed in favour of oe-core which requires a PR bump so feeds keep working Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-02xf86-input-keyboard: Update to 1.6.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-02xinit: Update to 1.3.2Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-02libdrm: Update to 2.4.30Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-25clutter-gst: update to 1.4.6Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-25cogl: update upstream status for build_for_armv4t.patchJoshua Lock
This has patch has been merged into upstreams git repository and will be available in the next stable release. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-24libxcb: upgrade to 1.8Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-24xcb-proto: upgrade to 1.7Shane Wang
Upgrade xcb-proto from 1.6 to 1.7 Since xcb-proto-libdir.patch is there, the file is removed. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-24pixman: upgrade to 0.24.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-24util-macros: upgrade to 1.16.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-24libxft: refactor packages for staticdevSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-24Fix Upstream-Status entriesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-24core-image-foo: add description to each image bb fileShane Wang
Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-19xinput: add utility for configuring and testing XInput devices.Andrea Adami
* from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-19pango.inc: fix /etc/pango -> /${sysconfdir}/pango/*Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-17pango: create /etc/pango in module postinsts if it's missingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-17Revert "pango.inc: add directory "/etc/pango""Koen Kooi
This reverts commit 65186bd86170d8c375931a18487c2fdf3bd1b3b0. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-17xorg-*: disable xmlto where it was failingMartin Jansa
* meta-oe now provides xmlto-native http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27 but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros autodetecting xmlto available, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-17tslib: enable big endian support for qemuppcLiming Wang
This enables wacom tablet/touchscreen support on qemuppc. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2012-01-16pango: Use gnomebase class, not gnomeRichard Purdie
There was a circular dependency introduced by the recent gconf changes to depend on gtk+. The issue is that gtk+ depends on pango and pango depends on gconf. This patch changes to use the gnonebase class since pango has no need of gconf/mime/gtk-icon-cache and hence removes the circular dependency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-16cairo 1.10.2: enable tee backendKoen Kooi
This is needed for firefox: | checking CAIRO_LIBS... -lcairo -lpixman-1 -lfreetype -lfontconfig | checking for cairo-tee >= 1.10... Package cairo-tee was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo-tee.pc' to the PKG_CONFIG_PATH environment variable No package 'cairo-tee' found | configure: error: Library requirements (cairo-tee >= 1.10) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16pango.inc: add directory "/etc/pango"Xiaofeng Yan
Command "pango-querymodules > /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1900] [RP: PR bump] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2012-01-16cairo.inc: Change configuration of directfb to gtk-directfbXiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1900] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2012-01-11libxft: Drop BBCLASSEXTEND nativesdk since dependencies freetype and ↵Richard Purdie
fontconfig aren't class extended Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-09libxxf86dga: fix compilation with x32 toolchainNitin A Kamble
Fix type conversion for x32. For x32 the off_t is 64bit and pointers are 32bit. so the conversion of pointer to off_t was resulting into this error: | XF86DGA2.c:931:24: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] | cc1: some warnings being treated as errors | | make[2]: *** [XF86DGA2.lo] Error 1 Fixed it by typecasting pointer into unsigned long 1st and then again typecasting unsigned long to off_t. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-06x11-common: remove extraneous BSP customizationsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-06xorg-driver: add xf86-video-fbdev from meta-openembeddedAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-05matchbox-wm: Remove x-session-manager handlingZhai Edwin
Windows manager should be independent on session manager, especially when we have multiple session manager like mini-x and matchbox session. This commit remove session-manager stuff in matchbox-wm, as matchbox-session already has duplicated code. Also adjust alternative priority for mini-X to make it higher priority over matchbox-session. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-05core-image-gtk-directfb: add a bb file to build an image for gtk over directfbXiaofeng Yan
This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-05xserver-kdrive: work around issues with -Werror=addressGary Thomas
A number of calls to REGION_INIT() use a static box which is flagged as an error with -Werror=address. This patch works around the problem, but should not be considered a final solution. Upstream-Status: Inappropriate Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-05libxp: fix cast errorSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-04cogl: ensure we can build on armv4Joshua Lock
Without this patch cogl will not build for armv4 as it uses an unsupported instruction. This changeset adds a patch from Wolfgang Denk to add an extra guard around armv5 or above code. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03util-macros: upgrade from 1.15.0 to the latest 1.16.0Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03libpciaccess: upgrade from 0.12.1 to 0.12.902Dexuan Cui
According to http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/, 0.12.902 does fix some bugs, so let's upgrade to it. Moreover, I pulled a patch from upstream git repo. I also updated the COPYING's chksum since there is a minor change to the Copyright header. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-01-03matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-03misc patches: fix patch headersNitin A Kamble
These patches were marked by "UpstreamStatus:" line, fix it to use "Upstream-Status:" instead. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-01-02freetype: upgrade to 2.4.8Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-01-02Add "builder" user for specific purpose.Zhai Edwin
"builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-01-02mini-x-session: Add this recipe as the session file for mini XZhai Edwin
mini-x-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-12-21libdrm: Upgrade to 2.4.29Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-21libxsettings-client: fix SRC_URIPaul Eggleton
projects.o-hand.com downloads have moved to downloads.yoctoproject.org Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21libmatchbox: fix SRC_URIPaul Eggleton
projects.o-hand.com downloads have moved to downloads.yoctoproject.org Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21xrestop: fix SRC_URI and LICENSEPaul Eggleton
* projects.o-hand.com downloads have moved to downloads.yoctoproject.org * LICENSE syntax was invalid (should use & instead of + to signify mixed license). I have set it to GPLv2+ since there is only one source file and that's the license it states. (Note - even if it was a mix of GPLv2+ and GPLv2 code the result would be GPLv2 only.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21pango: clarify LICENSE is LGPLv2.0+Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-21matchbox-wm: clarify LICENSE as GPLv2.0Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-21cogl: clarify LICENSE as LGPLv2.1 and fix metadataJoshua Lock
Fix the HOMEPAGE and DESCRIPTION which were using the same values as Clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-21clutter: clarify LICENSE as LGPLv2.1Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>