NOCONFIGURE=1 ./autogen.sh
autoreconf -vif

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
    "${GNOME_MAKE_ARGS[@]}" \
    --with-gtk4=yes
make
make install DESTDIR=$PKG
