diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-31 08:09:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-31 13:22:31 +0200 |
commit | 3f5f6132d3e4ed24e00884c507107d57dabf4ed5 (patch) | |
tree | 31ca33ac52fd1de355c9683b0e7ae0c45b83b786 /meta-gnome/recipes-gnome/gnome-settings-daemon | |
parent | a3b1b9a64460c8031293f225b5b7895ee5e4bd10 (diff) | |
download | meta-openembedded-3f5f6132d3e4ed24e00884c507107d57dabf4ed5.tar.gz |
gnome-settings-daemon: remove gtk-doc from inherit to unbreak build
error message was:
gtkdocize: GTK_DOC_CHECK not called in configure.ac
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-settings-daemon')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb index 6567080f6..9ea523b65 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | |||
@@ -2,11 +2,11 @@ DESCRIPTION = "GNOME settings daemon" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | PR = "r6" | 5 | PR = "r7" |
6 | 6 | ||
7 | DEPENDS = "libsndfile1 libxtst glib-2.0 polkit gtk+ gconf dbus-glib libnotify libgnomekbd libxklavier gnome-doc-utils gnome-desktop" | 7 | DEPENDS = "libsndfile1 libxtst glib-2.0 polkit gtk+ gconf dbus-glib libnotify libgnomekbd libxklavier gnome-doc-utils gnome-desktop" |
8 | 8 | ||
9 | inherit gtk-doc gnome | 9 | inherit gnome |
10 | 10 | ||
11 | SRC_URI = "git://git.gnome.org/gnome-settings-daemon;protocol=git;branch=gnome-2-32" | 11 | SRC_URI = "git://git.gnome.org/gnome-settings-daemon;protocol=git;branch=gnome-2-32" |
12 | SRCREV = "0160f6725cfb872e017f3958f108792c3b882872" | 12 | SRCREV = "0160f6725cfb872e017f3958f108792c3b882872" |