diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-08-22 17:52:07 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-08-22 17:52:07 +0000 |
commit | c69404a7d57f922c437b783ff3dcdf609051bcf1 (patch) | |
tree | 28751a690b7a28fcff699a19681e2c633fd024b3 /meta | |
parent | 7aa52d7fd99c68d36bb9903de84a6e240ab767cf (diff) | |
download | poky-c69404a7d57f922c437b783ff3dcdf609051bcf1.tar.gz |
Add xinit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@626 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-app/xinit_X11R7.1-1.0.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/xorg-app/xinit_X11R7.1-1.0.2.bb b/meta/packages/xorg-app/xinit_X11R7.1-1.0.2.bb new file mode 100644 index 0000000000..025a578370 --- /dev/null +++ b/meta/packages/xorg-app/xinit_X11R7.1-1.0.2.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | #DESCRIPTION = "" | ||
4 | |||
5 | DEPENDS += " virtual/libx11" | ||
6 | FILES_${PN} += " /usr/lib/X11/xinit" | ||
7 | |||