Gbp-Pq: Name split-evoab.diff
postprocess_DRIVERS += calc
ifeq ($(ENABLE_EVOAB2),TRUE)
-postprocess_FILES_main += \
+postprocess_XCDS += evoab.xcd
+postprocess_FILES_evoab += \
$(call gb_XcuModuleTarget_get_target,connectivity/registry/evoab2)/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu \
$(postprocess_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
postprocess_DRIVERS += evoab
scp2/source/gnome/module_gnome \
))
+$(eval $(call gb_InstallModule_define_if_set,scp2/gnome,\
+ ENABLE_EVOAB2 \
+))
+
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
Name = "gnome.xcd";
End
#endif
+
+#ifdef ENABLE_EVOAB2
+File gid_File_Share_Registry_Evoab_Xcd
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Brand_Dir_Share_Registry;
+ Name = "evoab.xcd";
+End
+#endif
+
Files = (auto_gnome_ALL
#if ENABLE_GIO
,gid_File_Share_Registry_Gnome_Xcd
+#endif
+#ifdef ENABLE_EVOAB2
+ ,gid_File_Share_Registry_Evoab_Xcd
#endif
);
End