diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-09 19:51:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-09 19:51:28 +0000 |
commit | 3f9c67e87e6ca7fb19a5a308757ef1523a00a40a (patch) | |
tree | 71375579546cd72621f2f5b089151757260e52d3 /packages | |
parent | 2f2b878e9ae11fa900ba7e1b073660651eceb45f (diff) |
add xsetroot utility
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-app/xsetroot_1.0.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/xorg-app/xsetroot_1.0.1.bb b/packages/xorg-app/xsetroot_1.0.1.bb new file mode 100644 index 0000000000..0f63feb79f --- /dev/null +++ b/packages/xorg-app/xsetroot_1.0.1.bb @@ -0,0 +1,6 @@ +require xorg-app-common.inc + +DESCRIPTION = "Sets the visual appearance of the X root window" +LICENSE = "MIT" +DEPENDS += "libxmu xbitmaps" +PE = "1" |