Message ID | 20250209175937.3947017-1-skandigraun@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-gnome] gnome-commander: missing dependency for tests PACKAGECONFIG | expand |
diff --git a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb index bb36d59e5..d96371de3 100644 --- a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb +++ b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb @@ -25,7 +25,7 @@ PACKAGECONFIG[taglib] = "-Dtaglib=enabled,-Dtaglib=disabled,taglib" PACKAGECONFIG[libgsf] = "-Dlibgsf=enabled,-Dlibgsf=disabled,libgsf" PACKAGECONFIG[poppler] = "-Dpoppler=enabled,-Dpoppler=disabled,poppler" PACKAGECONFIG[samba] = "-Dsamba=enabled,-Dsamba=disabled,samba" -PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled," +PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled,googletest" FILES:${PN} += "${datadir}/metainfo" FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV}"
If tests PACKAGECONFIG is enabled, do_configure errors out: ../gnome-commander-1.16.1/meson.build:179:8: ERROR: Dependency "gtest" not found, tried pkgconfig and system Fix it by adding the missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- .../recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)