summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics
AgeCommit message (Collapse)AuthorFiles
2011-11-30cogl: add missing depends on libxcompositeJoshua Lock1
Cogl checks for libxcomposite at configure time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-*-1.6: drop clutter 1.6 recipesJoshua Lock2
Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the release notes so there's no need to keep these recipes around. www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30mutter: switch to clutter-1.8 to satisfy dependencyJoshua Lock1
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30task-core-clutter: use clutter-1.8Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter: PROVIDES clutter-1.6Joshua Lock1
Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-1.8: package examplesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30PR Bump for OpenSSL 1.0Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-video-intel: Update to 2.17.0Saul Wold2
* Remove patch for issue fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-synaptics: Update to 1.5.0Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-mouse: Update to 1.7.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xwininfo: Update to 1.1.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xset: Update to 1.2.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xrandr: Update to 1.3.5Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xprop: Update to 1.2.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xkbcomp: Update to 1.2.3Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xinit: Update to 1.3.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xdpyinfo: Update to 1.3.0Saul Wold2
* Rebase patch to update code Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29mkfontscale: Update to 1.0.9Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29libdrm: Update to 2.4.27Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29libsdl: enable alsa based on PACKAGECONFIG and respect DISTRO_FEATURESMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: replace tabs with spacesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from ↵Martin Jansa1
meta-oe * virtual/libsdl is used in sdl.bbclass but nothing was providing it * rpath disabled because otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host (see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: rename files dir to libsdl-1.2.14 for faster lookupMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: drop unused filesMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29mesa-common: allow empty PNMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29mesa: package gl/egl/osmesa to separate packagesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29xserver-xorg: only use --disable-dga in xserver-xorg-liteOtavio Salvador3
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. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-11-29libx11-trim: update to 1.4.4Xiaofeng Yan4
Some description : 1 Remove --with-xcb because xcb is necessary item in the new version. 2 keysymdef_include.patch uses in keeping native directory of X11 as the default configuration. \ or else host directory "/usr/include/X11" is selected when running ./configure. 3 makekeys_crosscompile.patch avoid host contamination. 4 x11_disable_makekeys.patch uses in compiling makekey.c needed by makekeys-makekeys.o Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-11-26getVar/setVar cleanupsRichard Purdie1
Complete the bb.data.getVar/setVar replacements with accesses directly to the data store object. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-24tslib: Set open mode for ts_calibate.cXiaofeng Yan2
Get patch from: http://permalink.gmane.org/gmane.comp.lib.uclibc.buildroot/27614 There is a potentially "unsafe" use of open(). Ubuntu 8.10+, for instance, by default enables the compiler flag -D_FORTIFY_SOURCE=2 \ which throws an error of ts_calibrate.c. To fix this, \ set a mode in the open() call, patch patched ts_calibrate.c \ to set 0644 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) and it compiles fine Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-11-23directfb: change check sumXiaofeng Yan1
Change check sum of directfb. The previous checksum was incorrect when it was added due to a corrupted download on the submitter's system. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-22matchbox-wm: Fix variable type in _NET_WORKAREA settingZhai Edwin1
According to XChangeProperty doc, array of "long" should be used when format is 32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64 bit platform. [YOCTO #1689] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-18mesa: fix calling host's commandsKang Kai3
mesa use its script file bin/mklib to generate libraries, and call the host's commands "ar/ranlib/gcc/g++". Fix it to call the cross-compile tools properly. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-11-16directfb: update to 1.4.15Xiaofeng Yan2
The newest version for directfb is 1.5.3 but it's instruction set base on armv6. The current qemuarm don't have some instructions for armv6 because some codes of \ the new version of directfb more than 1.5 are realized with assemble language,for example the lock. \ I update this recipe to 1.4.15 for directfb running more platform. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-16libx11-diet: update to 1.4.4Xiaofeng Yan10
I remove patch "nodolt.patch" because it is no use in the new version \ and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-11xinit: rdepends on util-linux-mcookie to avoid brining whole util-linuxOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-11-10xinit: Fix `startx` looking for `mcookie` in sysrootPaul Menzel1
`startx` run on a system based on the demo systemd image [1] and `opkg`-installed packages fails with the following error. /usr/bin/startx: line 139: /OE/tentacle/build/tmp-angstrom_2010_x/sysroots/x68_64-linux/usr/bin/mcookie: No such file or directory Applying commit 443bcc07 [1] from OE-classic Author: Tom Rini <tom_rini@mentor.com> Date: Thu Apr 7 10:36:43 2011 -0700 xinit: Fix mcookie / util-linux-ng dependency xinit just needs to know the runtime path of mcookie so we need to RDEPEND on util-linux-ng and pass the runtime path in via EXTRA_OECONF Signed-off-by: Tom Rini <tom_rini@mentor.com> fixes this issue. Commit 7f6cec6f [2] Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Date: Sun Feb 21 18:11:30 2010 +0100 xinit: add dependency on util-linux-ng […] tried to address the same problem but apparently did not help, because Tom still had problems. [1] http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-systemd-image-eglibc-ipk-v2011.11-core-beagleboard.rootfs.tar.bz2 [2] http://git.openembedded.org/openembedded/commit/443bcc0785bc004e471b3750a34d12d2fd2e5dad [3] http://git.openembedded.org/openembedded/commit/7f6cec6f0adb6203a6dbaf8a43c67c2c4f8bf84e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie6
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08clutter-gst: fix patch filenameJoshua Lock1
Munged the patch filename somehow. Apologies for the noise. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08mx: add mx toolkit 1.3.2Joshua Lock1
A widget toolkit built on Clutter Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08clutter-gtk-1.8: add clutter-gtk 0.11.4Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08clutter-gst-1.8: add 1.4.2 for use with clutter 1.8Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08clutter-1.8: add 1.8.0Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08cogl: add cogl 1.8.0 recipeJoshua Lock3
Cogl has been split into a separate recipe as of the clutter-1.8 series Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-07qemugl: switch to new git repoPaul Eggleton1
The qemugl git repository is now on yoctoproject.org. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-11-07tslib: fix the bug with loading libts-1.0.soDmitry Cherukhin2
Touchpad did not work in the qtdemoE if the library libts-1.0.so was not loaded manually using the LD_PRELOAD variable. This problem was fixed in the tslib mainline https://github.com/kergoth/tslib after the 1.0 release. We just import the patch. Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
2011-11-07cogl: COPYING file Updated FSF AddressSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-02xserver-nodm-init: Use useradd to add the xuser for rootless XSaul Wold1
This also address an issue with dbus and connman, since connmand needs to start as the xuser in the rootless X situation. Fixes: [YOCTO #1699] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-01util-macros: Drop unneeded dependenciesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31recipes: bump PR after python upgradeMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>