#1120806 rofi FTCBFS: missing build dependency on libgio-2.0-dev:native

Package:
src:rofi
Source:
src:rofi
Submitter:
Helmut Grohne
Date:
2025-11-16 17:15:02 UTC
Severity:
normal
Tags:
#1120806#5
Date:
2025-11-14 23:21:39 UTC
From:
To:
rofi fails to cross build from source, because it fails locating
glib-2.0.pc as a build-time dependency while building libnkutils. The
build-time part tends to translate to a :native dependency, but rofi
currently has none. Since the glib2.0 packaging was reorganized a bit,
the package to depend upon to obtain glib-2.0.pc now is libgio-2.0-dev.
Once adding it, rofi cross builds successfully. I'm attching a patch for
your convenience.

Helmut