Searched defs:DBUS_INCLUDE (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A DMakefile44 ifndef DBUS_INCLUDE
45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
49 DBUS_INCLUDE += $(shell xml2-config --cflags)
53 CFLAGS += $(DBUS_INCLUDE)
/external/wpa_supplicant_6/wpa_supplicant/
H A DAndroid.mk914 ifndef DBUS_INCLUDE
915 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1) macro
926 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
927 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
928 L_CFLAGS += $(DBUS_INCLUDE)
H A DMakefile893 ifndef DBUS_INCLUDE
894 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1) macro
905 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
906 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
907 CFLAGS += $(DBUS_INCLUDE)
/external/wpa_supplicant_8/wpa_supplicant/
H A DAndroid.mk1174 ifndef DBUS_INCLUDE
1175 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1177 DBUS_CFLAGS += $(DBUS_INCLUDE)
1195 ifndef DBUS_INCLUDE
1196 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1202 DBUS_CFLAGS += $(DBUS_INCLUDE)
H A DMakefile1171 ifndef DBUS_INCLUDE
1172 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1174 DBUS_CFLAGS += $(DBUS_INCLUDE)
1192 ifndef DBUS_INCLUDE
1193 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1199 DBUS_CFLAGS += $(DBUS_INCLUDE)

Completed in 47 milliseconds