1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libsm: Add missing DEPENDS on e2fsprogs for uuid

This commit is contained in:
Richard Purdie
2008-12-31 20:49:54 +00:00
parent 3f4a6d8c8b
commit 102a8426b9
+1 -1
View File
@@ -1,7 +1,7 @@
require xorg-lib-common.inc
DESCRIPTION = "X11 Session management library"
DEPENDS += "libice xproto xtrans"
DEPENDS += "libice xproto xtrans e2fsprogs"
PR = "r1"
PE = "1"