summaryrefslogtreecommitdiff
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2015-05-12unclutter: change license string to known "PD"Max Krummenacher
PublicDomain is not known to OE
2015-05-12graphviz: update to 2.38, not workingMax Krummenacher
Neiter graphviz_2.32.0.bb graphviz_2.38.0.bb work with dizzy. Uses python directory from build host.
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2015-03-31giblib: use autotools-brokensepMax Krummenacher
2015-01-23rdesktop: workaround issue witherial forwardingMax Krummenacher
2015-01-09rdesktop: add rdesktop recipeMarcel Ziswiler
2014-10-31xserver-common_%.bbappend: don't start XDG autostartMax Krummenacher
This is also done by the session manager effectively starting the autostart items twice.
2014-10-30xinput-calibrator: remove systemd serviceStefan Agner
Remove xinput-calibrator systemd service since autostart is done using /etc/xdg/autostart/xinput_calibrator.desktop.
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-07-15vnc: add directvnc and tightvnc recipesMarcel Ziswiler
Two popular VNC clients: - DirectVNC based on DirectFB (e.g. without X11) - TightVNC based on X11 (cherry picked from commit ef4113208de357a5b8accd7610f8bf3230125a59)
2014-07-15xinput-calibrator.service: only start when lxdm is enabledMax Krummenacher
If the xinput-calibrator.service is enabled but lxdm.service is disabled lxdm was started anyway because of the requires dependency. Replase Requires with Requisite to have xinput-calibrator.service fail instead. (cherry picked from commit e34e6361ecaaa8b148d438d517761bdd084d1a32)
2014-04-03gpu-viv-bin-mx6q: add bbappend for no samplesMax Krummenacher
adds gpu-viv-bin-mx6q-libraries package which RDEPENDS only the libraries but not the samples.
2013-10-17evdev: backport V2.8.1 from doraMax Krummenacher
V2.7.3 crash when it receives multitouch events
2013-09-22graphviz: add recipeMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-09-22xinput-calibrator: menuentry behaves as the first boot calibrationMax Krummenacher
- make the menuentry behave as the one time calibration on first boot
2013-09-22xinput-calibrator: bbappend updated to use git instead of versioned tarballMax Krummenacher
2013-05-15unclutter: add recipeMax Krummenacher
- Unclutter hides your X mouse cursor when you do not need it
2013-04-25scrot: add scrot recipe, commandline screen capture utilityMax Krummenacher
2012-12-17xinput-calibrator: make the menuentry behaviour as the one time calibration ↵Max Krummenacher
on first boot
2012-10-18xinput-calibrator: make this depending on lxdm, not no-display-managerMax Krummenacher