blob: 9c91ca3f1b04a54d52a72e19d9a3f534e453e42a (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
inherit gnome
inherit autotools_stage
PR = "r2"
SRC_URI += "file://pkgconfig.patch;patch=1"
DEPENDS += "shared-mime-info intltool-native"
RDEPENDS = "shared-mime-info"
|