Home
last modified time | relevance | path

Searched refs:DBUS_INCLUDE (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
DMakefile44 ifndef DBUS_INCLUDE
45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
49 DBUS_INCLUDE += $(shell xml2-config --cflags)
62 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
63 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
65 CFLAGS += $(DBUS_INCLUDE)
/external/wpa_supplicant/
DMakefile664 ifndef DBUS_INCLUDE
665 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1) macro
676 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
677 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
678 CFLAGS += $(DBUS_INCLUDE)
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile1124 ifndef DBUS_INCLUDE
1125 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1136 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
1137 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
1138 DBUS_CFLAGS += $(DBUS_INCLUDE)
1156 ifndef DBUS_INCLUDE
1157 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) macro
1163 DBUS_CFLAGS += $(DBUS_INCLUDE)
/external/wpa_supplicant_6/wpa_supplicant/
DAndroid.mk914 ifndef DBUS_INCLUDE
915 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1)
926 DBUS_INCLUDE += -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
927 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
928 L_CFLAGS += $(DBUS_INCLUDE)
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)