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