summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* clutter-gst: fix patch filenameJoshua Lock2011-11-081-0/+0
| | | | | | | 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>
* mx: add mx toolkit 1.3.2Joshua Lock2011-11-081-0/+17
| | | | | | A widget toolkit built on Clutter Signed-off-by: Joshua Lock <josh@linux.intel.com>
* clutter-gtk-1.8: add clutter-gtk 0.11.4Joshua Lock2011-11-081-0/+11
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* clutter-gst-1.8: add 1.4.2 for use with clutter 1.8Joshua Lock2011-11-082-0/+37
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* clutter-1.8: add 1.8.0Joshua Lock2011-11-081-0/+26
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* cogl: add cogl 1.8.0 recipeJoshua Lock2011-11-083-1/+36
| | | | | | Cogl has been split into a separate recipe as of the clutter-1.8 series Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemugl: switch to new git repoPaul Eggleton2011-11-071-1/+1
| | | | | | The qemugl git repository is now on yoctoproject.org. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* tslib: fix the bug with loading libts-1.0.soDmitry Cherukhin2011-11-072-1/+59
| | | | | | | | 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>
* cogl: COPYING file Updated FSF AddressSaul Wold2011-11-071-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-nodm-init: Use useradd to add the xuser for rootless XSaul Wold2011-11-021-18/+10
| | | | | | | | | 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>
* util-macros: Drop unneeded dependenciesRichard Purdie2011-11-011-4/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR after python upgradeMartin Jansa2011-10-313-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock2011-10-311-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xserver-xorg: Add mesa-dri to depends instead of virtual/libglKhem Raj2011-10-241-1/+1
| | | | | | | | | | | | | | | | | Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl: update to 1.2.14Kang Kai2011-10-204-363/+139
| | | | | | | | | Update libsdl to 1.2.14 * update configure_tweak.patch * update bb file, including add configure option --disable-video-ps3, drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros Signed-off-by: Kang Kai <kai.kang@windriver.com>
* fontconfig: fix fix-pkgconfig.patchMartin Jansa2011-10-182-2/+2
| | | | | | | | | * missing $ is causing problems ie when building webkit-efl * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html for details Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer ↵Martin Jansa2011-10-171-2/+2
| | | | | | | maintainers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: remove glx-use-tls againMartin Jansa2011-10-172-9/+1
| | | | | | | * khem confirmed that uclibc does support it now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-dri: Enable swrast only by default and intel drivers only on IA platformRichard Purdie2011-10-153-7/+5
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-git: fix LIC_FILES_CHKSUMMartin Jansa2011-10-141-0/+1
| | | | | | | | | | | | | | | | | * only wording was changed a bit and GLUT is not named explicitly $ diff docs/license.html 7.11/Mesa-7.11/docs/license.html 41,44c41,44 < and licenses apply to different components. For example, some demo programs < are copyrighted by SGI, some of the Mesa device drivers are copyrighted by < their authors. See below for a list of Mesa's main components and the license < for each. --- > and licenses apply to different components. For example, GLUT is copyrighted > by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa > device drivers are copyrighted by their authors. See below for a list of > Mesa's main components and the license for each. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-git: upgrade from 7.7+git to 7.11+gitMartin Jansa2011-10-144-233/+71
| | | | | | | * progs package is also gone like in 7.11 (moved to separate recipe) * uclibc.patch was updated a bit to apply again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-git: lower D_P a bit more then all mesa-driMartin Jansa2011-10-142-0/+8
| | | | | | | | * it needs to be done in .bb because mesa-dri.inc is included after mesa-git.inc * lower it for mesa-xlib to same value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add ↵Martin Jansa2011-10-143-31/+36
| | | | | | mesa-xlib_git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib ↵Martin Jansa2011-10-142-4/+0
| | | | | | in separate package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri: move shared options to mesa-dri.incMartin Jansa2011-10-143-38/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-xlib: move shared options to .incMartin Jansa2011-10-142-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .incMartin Jansa2011-10-144-14/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend ↵Martin Jansa2011-10-143-31/+16
| | | | | | to shared .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PRMartin Jansa2011-10-144-6/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-common: add common LIC_FILES_CHKSUM for newer mesa versionsMartin Jansa2011-10-143-4/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa: move common patches which could be used in both mesa-dri and mesa-xlib ↵Martin Jansa2011-10-146-2/+3
| | | | | | from mesa-dri to mesa Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri-glsl-native: fix LICENSEMartin Jansa2011-10-141-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common: bump PE for upgrade path for meta-oe usersMartin Jansa2011-10-141-1/+1
| | | | | | | | | * mostly because of xf86-video-omapfb Not downgrading package xf86-video-omapfb on root from 1:0.1.1+r16+gitr28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r16 to 1:0.1.1+gitr1+28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r17.5. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: move PE to xserver-xorg-common and bump itMartin Jansa2011-10-142-2/+2
| | | | | | * to provide upgrade path for meta-oe users, where it had PE = 2 already Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: drop xorg-minimal-fonts from RDEPENDSMartin Jansa2011-10-142-1/+2
| | | | | | * as discussed here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010899.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cogl: Add git recipe (required by clutter)Richard Purdie2011-10-142-0/+41
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-1.6: update to 1.6.18Richard Purdie2011-10-141-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: Update git recipe to more recent versionRichard Purdie2011-10-141-3/+9
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: Update to work with glib-2.0Richard Purdie2011-10-142-1/+410
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel_2.16.0: fix buildfix.patch to applyMartin Jansa2011-10-141-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel: Update 2.15.0 -> 2.16.0Richard Purdie2011-10-122-2/+26
| | | | | | Include a build fix which means otherwise this wouldn't build Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Update 7.8.2 -> 7.11Richard Purdie2011-10-125-53/+69
| | | | | | | | | Pieces of this taken from patches from Martin Jansa <martin.jansa@gmail.com> and likely from meta-oe. It includes just enough changes to get the newer version to build. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: move old patches used only by libx11-diet-1.3 to separate directoryMartin Jansa2011-10-114-1/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4Martin Jansa2011-10-1111-74/+4
| | | | | | | | | * because there isn't libx11-1.3.4 recipe anymore * remove older versions from libx11-trim directory * notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has --with-xcb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: drop old 1.2.2 git versionMartin Jansa2011-10-1110-729/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: remove older 1.3.4Martin Jansa2011-10-111-35/+0
| | | | | | * libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: add new version 1.4.4Martin Jansa2011-10-113-0/+70
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: package xcb, merge few changes from meta-oeMartin Jansa2011-10-117-14/+23
| | | | | | | | * move --with-keysymdef/--with-keysymdefdir setting to recipes (newer versions are using keysymdefdir instead keysymdef * fix MIN_REHASH in makekeys by sed call Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new ↵Martin Jansa2011-10-111-1/+1
| | | | | | xserver-xorg ABI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common.inc: use virtual/xserver instead of older ↵Martin Jansa2011-10-111-1/+1
| | | | | | virtual/xserver-xf86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>