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:15 +0100 |
commit | c7eb50aa65c6168945a8dacda0c3126b098c3c4f (patch) | |
tree | 02b1d2fbe5e658cde1e51e99f5dea0a858e2746c /meta/recipes-core/dbus/dbus-glib.inc | |
parent | ef41d3c972786f0e9a48ef171a952af90a4cce59 (diff) | |
download | openembedded-core-contrib-c7eb50aa65c6168945a8dacda0c3126b098c3c4f.tar.gz |
dbus-glib: enable gtk-doc
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib.inc')
-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 4661e3af531..55f710f857b 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 file://test-install-makefile.patch \ " -inherit autotools pkgconfig gettext bash-completion +inherit autotools pkgconfig gettext bash-completion gtk-doc #default disable regression tests, some unit test code in non testing code #PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf |