ibus: missing installed file w/ gtk2 PACKAGECONFIG

In case gtk2 PACKAGECONFIG is enabled, do_package task fails
with the following error:

ERROR: ibus-1.5.26-r0 do_package: QA Issue: ibus: Files/directories were installed but not shipped in any package:
  /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so

This patch adds the missing folder to the FILES variable.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-02-09 18:06:19 +01:00 committed by Khem Raj
parent c5bec5304b
commit c87c5d5614
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -30,6 +30,7 @@ FILES:${PN} += " \
${datadir}/dbus-1 \
${datadir}/GConf \
${datadir}/glib-2.0 \
${libdir}/gtk-2.0 \
${libdir}/gtk-3.0 \
${libdir}/gtk-4.0 \
${systemd_user_unitdir} \