From 4f7c2f33431c4a8d65d996ac410b2a7bb24c2ac7 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Tue, 23 Jan 2024 23:28:33 +0530 Subject: [PATCH] Add gtk2 and gtk3 support in multilib conf Signed-off-by: Samyak Jain --- roles/bodhi2/backend/files/pungi_multilib.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/bodhi2/backend/files/pungi_multilib.conf b/roles/bodhi2/backend/files/pungi_multilib.conf index 5749f4e420..6b2b4a9732 100644 --- a/roles/bodhi2/backend/files/pungi_multilib.conf +++ b/roles/bodhi2/backend/files/pungi_multilib.conf @@ -47,6 +47,10 @@ multilib_whitelist = { 'fakeroot-libs', 'glib-networking', 'glx-utils', + 'gtk-2.0', + 'gtk-2.0/*', + 'gtk-3.0', + 'gtk-3.0/*', 'ibus-gtk2', 'ibus-gtk3', 'ibus-libs',