Hello
when i run pkg-config --cflags dbus-1.0 --libs dbus-1.0 it returns package missing message like:
#Package dbus-1.0 was not found in the pkg-config search path.
#Perhaps you should add the directory containing `dbus-1.0.pc'
#to the PKG_CONFIG_PATH environment variable
#No package 'dbus-1.0' found
#Package dbus-1.0 was not found in the pkg-config search path.
#Perhaps you should add the directory containing `dbus-1.0.pc'
I can't find the dbus-1.0.pc in system. what package should i install to avoid this error or do any other thing to avoid this message!
thank u for reading