diff options
-rw-r--r-- | meta-sota/recipes-support/libgsystem/libgsystem_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-sota/recipes-support/libgsystem/libgsystem_git.bb b/meta-sota/recipes-support/libgsystem/libgsystem_git.bb index 181dd42..92ac386 100644 --- a/meta-sota/recipes-support/libgsystem/libgsystem_git.bb +++ b/meta-sota/recipes-support/libgsystem/libgsystem_git.bb @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" inherit autotools-brokensep gobject-introspection -DEPENDS += "attr glib-2.0 pkgconfig libcap" +DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native" RDEPENDS_${PN} = "xz systemd" RDEPENDS_${PN}_remove_class-native = "systemd-native" @@ -20,7 +20,8 @@ export STAGING_INCDIR export STAGING_LIBDIR do_configure() { - NOCONFIGURE=true ./autogen.sh + #NOCONFIGURE=true ./autogen.sh + autoreconf -vfi oe_runconf } |