1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

pcmanfm: added missing dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4789 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 15:41:20 +00:00
parent 398512ef6e
commit 0a9f1a2ab5
+1 -1
View File
@@ -2,7 +2,7 @@ LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "x11"
PRIORITY = "optional"
DEPENDS = "gtk+ libowl"
DEPENDS = "gtk+ libowl startup-notification"
PR="r2"