make gb_LinkTarget__use_gthread/_gobject work again; used in vcl/connectivity
Change-Id: I30b249de52822dbd8c327c2213c5a7868a460fdd
This commit is contained in:
parent
93e83584c4
commit
ac3c7ba458
1 changed files with 9 additions and 2 deletions
|
@ -1300,7 +1300,7 @@ endif
|
|||
endef
|
||||
|
||||
define gb_LinkTarget__use_gthread
|
||||
$(error gb_LinkTarget__use_gthread should not be used any more)
|
||||
$(call gb_LinkTarget_add_libs,$(1),$(GTHREAD_LIBS))
|
||||
endef
|
||||
|
||||
ifeq ($(ENABLE_CUPS),TRUE)
|
||||
|
@ -1621,7 +1621,14 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO,\
|
|||
endif # SYSTEM_CLUCENE
|
||||
|
||||
define gb_LinkTarget__use_gobject
|
||||
$(error gb_LinkTarget__use_gobject should not be used any more)
|
||||
$(call gb_LinkTarget_add_libs,$(1),\
|
||||
$(GOBJECT_LIBS) \
|
||||
)
|
||||
|
||||
$(call gb_LinkTarget_set_include,$(1),\
|
||||
$$(INCLUDE) \
|
||||
$(GOBJECT_CFLAGS) \
|
||||
)
|
||||
endef
|
||||
|
||||
ifeq ($(SYSTEM_HSQLDB),YES)
|
||||
|
|
Loading…
Reference in a new issue