Hi On Wed, Aug 30, 2023 at 4:35 PM BALATON Zoltan <bala...@eik.bme.hu> wrote: > > On Wed, 30 Aug 2023, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > > > SM501 is going to depend on PIXMAN next. > > Why is this patch needed when SM501 is the one that depends on PIXMAN and > should pull in the dependency? Also what's the change in default.mak?
(see Paolo answer) > ati-vga also uses pixman and currently has no fall back. Indeed, and it is disabled not by Kconfig but by meson: system_ss.add(when: [pixman, 'CONFIG_ATI_VGA'], if_true: files('ati.c', 'ati_2d.c', 'ati_dbg.c')) > The sm501 already > has fallback when pixman fails so could work without pixman too, see > x-pixman property in sm501.c. Correct, I have changed it to conditionally compile x-pixman related code. thanks