summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-012-2/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: start Xsession when starting XserverMartin Jansa2013-11-012-0/+27
| | | | | | | | | | | | | | * since this commit commit 305038f932fbcb39f3bb6698f8fad18172c30962 Author: Jonathan Liu <net147@gmail.com> Date: Wed Jun 12 08:30:15 2013 +0000 xserver-nodm-init: do not execute Xsession twice xserver-nodm-init wasn't working correctly when it was used together with xserver-common which doesn't start Xsession from Xserver (unlike x11-common in oe-core). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl: Add PACKAGECONFIG for jasper, avformatMartin Jansa2013-09-171-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openbox: Add PACKAGECONFIG for imlib2, xrandr, xinerama, xcursor, ↵Martin Jansa2013-09-171-0/+7
| | | | | | startup-notification Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numlockx: remove spurious imake dependencyRoss Burton2013-09-171-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDSJonathan Liu2013-09-101-0/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-nouveau: new recipeJonathan Liu2013-09-031-0/+16
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: new recipeJonathan Liu2013-09-031-0/+15
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-034-4/+4
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tslib: removePaul Eggleton2013-08-234-108/+0
| | | | | | | A newer recipe is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pointercal-xinput: removePaul Eggleton2013-08-032-20/+0
| | | | | | | This is now part of OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: removePaul Eggleton2013-08-032-53/+0
| | | | | | | This is now part of OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: add PACKAGECONFIG for serialMartin Jansa2013-07-301-0/+1
| | | | | | * fixes undeterministic dependency on lockdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jasper: add PACKAGECONFIG for jpegMartin Jansa2013-07-301-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: add dependency on curl libungif tiffMartin Jansa2013-07-301-1/+1
| | | | | | | * it's autodetected from sysroot * GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: add configure option for gd and add PACKAGECONFIGMartin Jansa2013-07-202-1/+38
| | | | | | | * it's autodetected and pulls couple of other dependencies freetype gd libpng lockdev zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: define -I when checking jpeg versionMartin Jansa2013-07-081-1/+1
| | | | | | | * echo JPEG_LIB_VERSION | i586-starfish-linux-cpp -include jpeglib.h | tail -n 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-sgml-doctools: add missing dependency on util-macrosMartin Jansa2013-07-081-0/+2
| | | | | | | | * fails without: | configure.ac:32: error: must install xorg-macros 1.8 or later before running autoconf/autogen Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-box2d: fix for recent clutter changes in OE-CorePaul Eggleton2013-06-271-1/+1
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: do not execute Xsession twiceJonathan Liu2013-06-201-1/+1
| | | | | | | | | | | The /etc/X11/Xserver script runs xinit /etc/X11/Xsession already so there is no need to do /usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver. Having xinit nested will result in Xsession being executed twice. To resolve this, just execute /etc/X11/Xserver directly instead of going through xinit. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: remove consolekit dependencies in systemd environment and fix buildAndreas Müller2013-06-202-2/+52
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xterm: update to 293Jonathan Liu2013-06-031-3/+3
| | | | | | | | License copyright years was updated from 1999-2010,2011 to 1999-2012,2013. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: update to 2.34.0Andreas Müller2013-05-211-5/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: Add missing dependency on pangoKhem Raj2013-05-211-1/+1
| | | | | | | | | | | | | Fixes errors like | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met: | | No package 'pangocairo' found Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: fix postinst-codeAndreas Müller2013-04-261-12/+9
| | | | | | | | | | Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (lxdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-inconsolata: fix license namePaul Barker2013-04-261-1/+1
| | | | | | | We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-arphic-uming: remove whitespace from licensePaul Barker2013-04-221-1/+1
| | | | | | | | | The whitespace in LICENSE causes bitbake to parse this as three separate licenses: 'Arphic', 'Public' and 'License'. These spaces are replaced with dashes to prevent confusion. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: install .service only with systemd in DISTRO_FEATURESMartin Jansa2013-04-191-3/+5
| | | | | | * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: install .service and conf only with systemd in ↵Martin Jansa2013-04-191-4/+7
| | | | | | | | DISTRO_FEATURES * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-1524-148/+148
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* lxdm: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-4/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-3/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-2/+26
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-inconsolata: add LIC_FILES_CHKSUM variableApelete Seketeli2013-04-111-0/+1
| | | | | | | Add mandataroy LIC_FILES_CHKSUM variable to fix build error. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-fonts: import ttf-inconsolata recipe from oe-classicApelete Seketeli2013-04-042-0/+123
| | | | | | | | | Import ttf-inconsolata recipe from "oe-classic". This is intended to satisfy dependency chain of muffinman-image recipe for the JLime distribution. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: adapt to xserver 1.14 APIMartin Jansa2013-03-182-1/+50
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-box2d: add, from oe-coreRoss Burton2013-03-022-0/+29
| | | | | | | This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* waffle: new package, a GL deferred resolution library.Ross Burton2013-02-162-0/+61
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-update-common: removeAndreas Müller2013-02-162-22/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fontsAndreas Müller2013-02-1611-24/+21
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf: introduce update-fonts bbclass and change all ttf recipes to use itMartin Jansa2013-02-0611-48/+42
| | | | | | | | * without this ttf.inc had to set RRECOMMENDS and postinst/postrm without PN suffix to cover all subpackages created in ttf recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa2013-02-0113-0/+0
| | | | | | | | | nonworking directories * this set does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: update to 2.09Koen Kooi2013-01-311-3/+4
| | | | | | | Build from git to drag in buildfixes and run set to fix a non-cross compile safe use of cpp Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Update to 2.11.14Otavio Salvador2013-01-312-12/+12
| | | | | | Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: disable screensaver by default when starting XAndreas Müller2013-01-271-2/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tslib: replace obsolete automake macros with working onesMarko Lindqvist2013-01-062-1/+18
| | | | | | | | Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: disable keyboard selectionAndreas Müller2012-12-271-2/+1
| | | | | | | | | | Keyboard selection with lxdm is not very helpful: * new keyboard connected get US layout independent of selection * the selection is not persistent and has to be made on every login Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xcursorgen: initial add 1.0.5Andreas Müller2012-12-271-0/+12
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador2012-12-191-1/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: added gnu-configize for AArch64 supportMarcin Juszkiewicz2012-12-161-0/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>