forked from amazingfate/loongoffice
gbuild: avoid unnecessary Packages while processing scp2 files
This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
This commit is contained in:
@ -27,11 +27,6 @@
|
||||
|
||||
$(eval $(call gb_InstallModule_InstallModule,scp2/python))
|
||||
|
||||
$(eval $(call gb_InstallModule_use_packages,scp2/python,\
|
||||
scp2_inc \
|
||||
scp2_langmacros \
|
||||
))
|
||||
|
||||
ifeq ($(DISABLE_PYTHON),TRUE)
|
||||
$(eval $(call gb_InstallModule_add_defs,scp2/python,\
|
||||
-DDISABLE_PYUNO \
|
||||
|
||||
Reference in New Issue
Block a user