diff options
Diffstat (limited to 'recipes/xorg-app/xcompmgr_1.1.5.bb')
-rw-r--r-- | recipes/xorg-app/xcompmgr_1.1.5.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/xorg-app/xcompmgr_1.1.5.bb b/recipes/xorg-app/xcompmgr_1.1.5.bb new file mode 100644 index 0000000000..45f74d33f2 --- /dev/null +++ b/recipes/xorg-app/xcompmgr_1.1.5.bb @@ -0,0 +1,6 @@ +require xorg-app-common.inc + +DESCRIPTION = "X Compositing Manager" +LICENSE = "BSD-X" +PRIORITY = "optional" +DEPENDS += "libxdamage libxcomposite libxrender" |