Kaydet (Commit) 38fd6905 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add ENABLE_SDREMOTE ifdef here, too

Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
üst 03a9f139
......@@ -35,8 +35,13 @@ $(eval $(call gb_Library_set_include,sdui,\
$(eval $(call gb_Library_add_defs,sdui,\
-DSD_DLLIMPLEMENTATION \
))
ifeq ($(ENABLE_SDREMOTE),YES)
$(eval $(call gb_Library_add_defs,sdui,\
-DENABLE_SDREMOTE \
))
endif
$(eval $(call gb_Library_use_sdk_api,sdui))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment