diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-09 12:41:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-09 12:41:53 +0200 |
commit | bb9f5c9a514cbadc371aeeed2f0d909d009eeba5 (patch) | |
tree | e757a34eade0350e0a354c1570537319d87c8f54 /scp2 | |
parent | 7ea6e5412d067001da4ab5a45aeb0ce8d58cdbad (diff) |
scp2: kde module wants to install executables now
Change-Id: I573a48a96061e0d8b30c8e15fb9235df68c4f4e5
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/AutoInstall.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index e66a705cc63b..417603961e24 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -17,7 +17,7 @@ $(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE)) -$(eval $(call gb_AutoInstall_add_module,kde,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,kde,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,math,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,onlineupdate,LIBO_LIB_FILE_COMPONENTCONDITION,,,"ISCHECKFORPRODUCTUPDATES=1")) $(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE,LIBO_EXECUTABLE,LIBO_JAR_FILE)) |