Skip to content

build: add missing geocode-glib-1.0 dependency

Bobby Rong requested to merge bobby285271/gnome-panel:build into master

The build fails for me on NixOS with:

clock-location-entry.c:25:10: fatal error: geocode-glib/geocode-glib.h: No such file or directory
   25 | #include <geocode-glib/geocode-glib.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

And this patch resolves the build failure for me 😿

Merge request reports