diff options
Diffstat (limited to 'packages/gnome/gnome-keyring_0.4.4.bb')
-rw-r--r-- | packages/gnome/gnome-keyring_0.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome/gnome-keyring_0.4.4.bb b/packages/gnome/gnome-keyring_0.4.4.bb index 366e450c1d..d0efaaf608 100644 --- a/packages/gnome/gnome-keyring_0.4.4.bb +++ b/packages/gnome/gnome-keyring_0.4.4.bb @@ -4,7 +4,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.4/${PN}-${PV}.tar.bz2" inherit autotools pkgconfig -DEPENDS = "" +DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" |