Kaydet (Commit) 9ec0a3ec authored tarafından Caolán McNamara's avatar Caolán McNamara

these ENABLE_FOOs are set to TRUE not YES

Change-Id: I821a41752643fe78cc99ea20e5d7ef11e7a5e91a
üst 44ecabdb
......@@ -1157,7 +1157,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(GTHREAD_LIBS))
endef
ifeq ($(ENABLE_DBUS),YES)
ifeq ($(ENABLE_DBUS),TRUE)
define gb_LinkTarget__use_dbus
$(call gb_LinkTarget_set_include,$(1),\
......@@ -1727,7 +1727,7 @@ endef
endif # ENABLE_KDE4
ifeq ($(ENABLE_TDE),YES)
ifeq ($(ENABLE_TDE),TRUE)
define gb_LinkTarget__use_tde
$(call gb_LinkTarget_add_libs,$(1),\
......
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