OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_LIBS
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
Makefile
660
ifndef
DBUS_LIBS
661
DBUS_LIBS
:= $(shell pkg-config --libs dbus-1)
663
LIBS += $(
DBUS_LIBS
)
/external/wpa_supplicant_6/wpa_supplicant/
Android.mk
912
ifndef
DBUS_LIBS
913
DBUS_LIBS
:= $(shell pkg-config --libs dbus-1)
915
LIBS += $(
DBUS_LIBS
)
Makefile
889
ifndef
DBUS_LIBS
890
DBUS_LIBS
:= $(shell pkg-config --libs dbus-1)
892
LIBS += $(
DBUS_LIBS
)
Completed in 12 milliseconds