summaryrefslogtreecommitdiffstats
path: root/vcl/Library_vclplug_gen.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-07-28 14:18:26 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:44 +0100
commit4a7e3482912c90b73d6e12c82bcd9ce31975e3f1 (patch)
tree2ffbfc6c706da67e58d186a97f01a24c3b9dbceb /vcl/Library_vclplug_gen.mk
parentremove obsolete pieces, and erroneous conditional (diff)
downloadcore-4a7e3482912c90b73d6e12c82bcd9ce31975e3f1.tar.gz
core-4a7e3482912c90b73d6e12c82bcd9ce31975e3f1.zip
re-write gtksys to use the cleaner GdkScreen API avoiding X & Xinerama
Diffstat (limited to 'vcl/Library_vclplug_gen.mk')
-rw-r--r--vcl/Library_vclplug_gen.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk
index 4ba10d2ccbad..ffc70a87079f 100644
--- a/vcl/Library_vclplug_gen.mk
+++ b/vcl/Library_vclplug_gen.mk
@@ -113,8 +113,12 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_gen,\
vcl/unx/generic/window/FWS \
vcl/unx/generic/window/salframe \
vcl/unx/generic/window/salobj \
+ vcl/unx/x11/x11sys \
))
+# ultimately we want to split the x11 dependencies out
+# into their own library I think.
+
$(eval $(call gb_Library_add_defs,vclplug_gen,\
-D_XSALSET_LIBNAME=\"$(call gb_Library_get_runtime_filename,spa)\" \
-DVCLPLUG_GEN_IMPLEMENTATION \