Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:PKG_CONFIG

11 PKG_CONFIG ?= pkg-config
1122 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
1125 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
1127 dbus_version=$(subst ., ,$(shell $(PKG_CONFIG) --modversion dbus-1))
1154 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
1157 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)