blob: 74759f2ce2dda68c9a34257d84fcc7e56c3fd078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xorg-lib-common.inc
PRIORITY = "optional"
DESCRIPTION = "Session management library"
DEPENDS += " libice xproto xtrans"
BBCLASSEXTEND = "native"
PE = "1"
XORG_PN = "libSM"
SRC_URI[archive.md5sum] = "a254771550c01db372e88d1a1dc2e13a"
SRC_URI[archive.sha256sum] = "e290614797bd626c1b92bac8f83e8954b99bd66e6ecdaa1e935e176df099eba8"
|