diff options
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | recipes/xorg-app/viewres_1.0.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/xbiff_1.0.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/xcalc_1.0.3.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-app/xeyes_1.1.0.bb (renamed from recipes/xorg-app/xeyes_1.0.991.bb) | 0 |
4 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-app/viewres_1.0.2.bb b/recipes/xorg-app/viewres_1.0.2.bb new file mode 100644 index 0000000000..f884467096 --- /dev/null +++ b/recipes/xorg-app/viewres_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxt" + diff --git a/recipes/xorg-app/xbiff_1.0.2.bb b/recipes/xorg-app/xbiff_1.0.2.bb new file mode 100644 index 0000000000..e3264d7684 --- /dev/null +++ b/recipes/xorg-app/xbiff_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxaw xbitmaps libxext" + diff --git a/recipes/xorg-app/xcalc_1.0.3.bb b/recipes/xorg-app/xcalc_1.0.3.bb new file mode 100644 index 0000000000..54b7549f5c --- /dev/null +++ b/recipes/xorg-app/xcalc_1.0.3.bb @@ -0,0 +1,4 @@ +require xorg-app-common.inc +DESCRIPTION = "scientific calculator for X" +DEPENDS += " libxaw libxt" +PE = "1" diff --git a/recipes/xorg-app/xeyes_1.0.991.bb b/recipes/xorg-app/xeyes_1.1.0.bb index 07ce0724fa..07ce0724fa 100644 --- a/recipes/xorg-app/xeyes_1.0.991.bb +++ b/recipes/xorg-app/xeyes_1.1.0.bb |