OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_INCLUDE
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile
44
ifndef
DBUS_INCLUDE
45
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
49
DBUS_INCLUDE
+= $(shell xml2-config --cflags)
53
CFLAGS += $(
DBUS_INCLUDE
)
/external/wpa_supplicant_6/wpa_supplicant/
Android.mk
914
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
)
Makefile
893
ifndef
DBUS_INCLUDE
894
DBUS_INCLUDE
:= $(shell pkg-config --cflags dbus-1)
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/
Makefile
1235
ifndef
DBUS_INCLUDE
1236
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
1238
DBUS_CFLAGS += $(
DBUS_INCLUDE
)
1256
ifndef
DBUS_INCLUDE
1257
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
1263
DBUS_CFLAGS += $(
DBUS_INCLUDE
)
[
all
...]
Completed in 211 milliseconds