diff options
Diffstat (limited to 'recipes/xorg-lib/libsm_1.0.2.bb')
-rw-r--r-- | recipes/xorg-lib/libsm_1.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libsm_1.0.2.bb b/recipes/xorg-lib/libsm_1.0.2.bb new file mode 100644 index 0000000000..e5113dfc76 --- /dev/null +++ b/recipes/xorg-lib/libsm_1.0.2.bb @@ -0,0 +1,10 @@ +require xorg-lib-common.inc +PE = "1" + +DESCRIPTION = "Session management library" +PRIORITY = "optional" + +DEPENDS += " libice xproto xtrans" + +XORG_PN = "libSM" + |