diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 17:52:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:22 +0100 |
commit | 83301b44aab14794ec29acf6e73635d4303d4b1d (patch) | |
tree | cdcc673ca446abffe1fc162e3a39771f5cbb874a | |
parent | 063f84e1bf5690acf8124ce90592a54ae1e53204 (diff) | |
download | poky-83301b44aab14794ec29acf6e73635d4303d4b1d.tar.gz |
dbus-glib: enable gtk-doc
(From OE-Core rev: c7eb50aa65c6168945a8dacda0c3126b098c3c4f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index 4661e3af53..55f710f857 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz | |||
15 | file://test-install-makefile.patch \ | 15 | file://test-install-makefile.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | inherit autotools pkgconfig gettext bash-completion | 18 | inherit autotools pkgconfig gettext bash-completion gtk-doc |
19 | 19 | ||
20 | #default disable regression tests, some unit test code in non testing code | 20 | #default disable regression tests, some unit test code in non testing code |
21 | #PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf | 21 | #PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf |