0

I wanted to use the header files for avahi in gnome-control-center. However, when I add the dependency in meson.build file, it gives me this error. enter image description here

But pkg-config seems to work on the system. enter image description here

This is how I added the dependency is meson.build enter image description here

Do I also need to configure something else?

I have already tried using avahi_client_dep = dependency('avahi-client', method : 'system') but get the same error.

Can someone help?

evanhutomo
  • 627
  • 1
  • 11
  • 24
Divyasheel
  • 15
  • 4

1 Answers1

0

Adding a module for avahi in the flatpak's manifest worked.

Divyasheel
  • 15
  • 4