diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
commit | fa3f91a6bdc75a97b9e562bdee897a979a4417b2 (patch) | |
tree | b51e4fd1ef22787aac041b728fd963674d7e9175 /packages/xorg-app/twm_1.0.3.bb | |
parent | f07ce82ea84796221b8356dddb031c51e504726e (diff) |
X11R7.2 preparation: xorg-apps
- add individual release support to xorg-app-common.inc
- add new X11R7.2 releases (individual release versions)
they have smaller versions than anything where PV begins
with "X11R7."... but the epoch is set PE="1".
Thus the new packages will only be selected by either
bitbake with epoch support or by a distro that sets
PREFERRED_VERSIONs for X11R7.2.
Diffstat (limited to 'packages/xorg-app/twm_1.0.3.bb')
-rw-r--r-- | packages/xorg-app/twm_1.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xorg-app/twm_1.0.3.bb b/packages/xorg-app/twm_1.0.3.bb new file mode 100644 index 0000000000..b8e75b2bbd --- /dev/null +++ b/packages/xorg-app/twm_1.0.3.bb @@ -0,0 +1,11 @@ +require xorg-app-common.inc +PE = "1" + +DESCRIPTION = "tiny window manager" + +DEPENDS += " virtual/libx11 libxext libxt libxmu" + +ALTERNATIVE_PATH = "${bindir}/twm" +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PRIORITY = "1" |