Kaydet (Commit) 3297eec4 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

use gtk and gthread externals in vclplug_gtk, add FIXME for dbus

üst 55b38ffe
......@@ -35,17 +35,13 @@ $(eval $(call gb_Library_set_include,vclplug_gtk,\
-I$(OUTDIR)/inc \
))
$(eval $(call gb_Library_set_include,vclplug_gtk,\
$$(INCLUDE) \
$$(GTK_CFLAGS) \
))
$(eval $(call gb_Library_add_defs,vclplug_gtk,\
-DVCLPLUG_GTK_IMPLEMENTATION \
-DVERSION=\"$(UPD)$(LAST_MINOR)\" \
))
ifneq ($(ENABLE_DBUS),)
# FIXME: pkg-config calls should be done in configure, and this should be _use_external
$(eval $(call gb_Library_set_include,vclplug_gtk,\
$$(INCLUDE) \
$(filter -I%,$(shell pkg-config --cflags dbus-glib-1)) \
......@@ -63,11 +59,6 @@ $(eval $(call gb_Library_add_api,vclplug_gtk,\
udkapi \
))
$(eval $(call gb_Library_add_libs,vclplug_gtk,\
$$(GTK_LIBS) \
$$(GTHREAD_LIBS) \
))
$(eval $(call gb_Library_add_linked_libs,vclplug_gtk,\
vclplug_gen \
vcl \
......@@ -92,6 +83,8 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_gtk,\
))
$(eval $(call gb_Library_use_externals,vclplug_gtk,\
gtk \
gthread \
icule \
icuuc \
))
......
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