diff options
author | Martin.Jansa <Martin.Jansa@gmail.com> | 2009-10-30 11:11:43 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:17:29 +0100 |
commit | df30530823ed827419975d3cbaca0291ba8e4652 (patch) | |
tree | bb6197c03e4a646d43acec6a6eae40cdcee798f7 /recipes/xorg-app/xedit_1.1.2.bb | |
parent | fba77bf1ca0257e3e795b9c514b3420fc9cf5fed (diff) |
xorg: update recipes of other freedesktop projects
* Update versions to latest available at
http://xorg.freedesktop.org/releases/individual
when X11R7.5 was released
Diffstat (limited to 'recipes/xorg-app/xedit_1.1.2.bb')
-rw-r--r-- | recipes/xorg-app/xedit_1.1.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-app/xedit_1.1.2.bb b/recipes/xorg-app/xedit_1.1.2.bb new file mode 100644 index 0000000000..e98f981c95 --- /dev/null +++ b/recipes/xorg-app/xedit_1.1.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxaw libxprintutil libxp libxt" + |