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

shared-mime-info: added glib-2.0 to dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3267 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-11-29 09:02:08 +00:00
parent 9da15df7d5
commit e8c4d5ff4b
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,6 @@
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "libxml2 intltool-native"
DEPENDS = "libxml2 intltool-native glib-2.0"
PR = "r0"
SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
@@ -1,2 +1,3 @@
require shared-mime-info.inc
PR = "r1"