Index: Makefile
===================================================================
--- Makefile (revision 53)
+++ Makefile (revision 54)
@@ -1372,7 +1372,15 @@
REQUIRES += dev/vala/0.56.6-x86_32
endif
+REQUIRES += libs/libgee/0.20.6
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/libgee/0.20.6-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/libgee/0.20.6-x86_32
+endif
+
#######
####### Database Servers:
#######