diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-07-20 19:55:40 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-20 20:59:16 +0200 |
commit | 53fd7e8690fa5c545da674d562da7ea8f2b686c0 (patch) | |
tree | 5e9928d2b7bacc5e5e0fe5ddcbdb2f07801e294c /scp2/AutoInstall.mk | |
parent | 31d3a4d96fbe4fa22dd873e36e5f415dbf45960e (diff) |
scp2: move OGLTrans library to AutoInstall
Change-Id: I5140f4053fbb1add4bc0b1b8cb6cd9772f3ffa28
Diffstat (limited to 'scp2/AutoInstall.mk')
-rw-r--r-- | scp2/AutoInstall.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 58e155c4cee4..f40e0a4fc22d 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -19,6 +19,7 @@ $(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,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,math,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,ogltrans,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)) $(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE)) |