OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_INCLUDE
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
Makefile
664
ifndef
DBUS_INCLUDE
665
DBUS_INCLUDE
:= $(shell pkg-config --cflags dbus-1)
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_6/wpa_supplicant/
Android.mk
916
ifndef
DBUS_INCLUDE
917
DBUS_INCLUDE
:= $(shell pkg-config --cflags dbus-1)
928
DBUS_INCLUDE
+= -DDBUS_VERSION_MAJOR=$(DBUS_VERSION_MAJOR)
929
DBUS_INCLUDE
+= -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
930
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
)
Completed in 11 milliseconds