Install the libdbus-glib-1-dev package on toradex board

Hello,

I have tried to install the ‘libdbus-glib-1-dev’ or ‘libdbus-glib-1-staticdev’ or dbus-dev using opkg and getting below error.

What could be the problem ?

Collected errors:
 * calculate_dependencies_for: Cannot satisfy the following dependencies for libdbus-glib-1-dev:
 *      udev (= 1:230+git0+3a74d4fc90-r0.0) * 
 * opkg_solver_install: Cannot install package libdbus-glib-1-dev.
root@apalis-imx6:/cups-filters# 
root@apalis-imx6:/cups-filters# 

Trying to install the cups-filter which needs dbus as dependency package.

checking for DBUS... no
configure: error: Package requirements (dbus-1) were not met:

No package 'dbus-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

We do not recommend native compilation. One can add the meta-printing layer to openembedded setup and then add cups-filters to the image.

Thanks for your reply.
Will try your suggestion then.