diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-18 18:24:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-18 22:18:10 +0100 |
commit | 720ca8e1a9535bb14fcdb284b7739e98285df12f (patch) | |
tree | cbb6d237260b815a641c362a1d84b04de11c4c1d /scp2/InstallModule_python.mk | |
parent | 589d63451c52f7df2e5f5758432f0aa6d7a9b6c5 (diff) |
scp2: move python3 to AutoInstall
Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac
Diffstat (limited to 'scp2/InstallModule_python.mk')
-rw-r--r-- | scp2/InstallModule_python.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/InstallModule_python.mk b/scp2/InstallModule_python.mk index 3c79ed1541b3..a8137db694b3 100644 --- a/scp2/InstallModule_python.mk +++ b/scp2/InstallModule_python.mk @@ -9,6 +9,8 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/python)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/python,python)) + ifeq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DDISABLE_PYUNO \ |