fps_kde and fps_kde4 are no more
This commit is contained in:
@@ -489,12 +489,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|||||||
$(if $(filter $(OS),WNT), \
|
$(if $(filter $(OS),WNT), \
|
||||||
fps_odma \
|
fps_odma \
|
||||||
) \
|
) \
|
||||||
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
||||||
fps_kde \
|
|
||||||
) \
|
|
||||||
$(if $(filter $(GUIBASE)$(ENABLE_KDE4),unxTRUE), \
|
|
||||||
fps_kde4 \
|
|
||||||
) \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
ifeq ($(OS),WNT)
|
ifeq ($(OS),WNT)
|
||||||
|
@@ -375,10 +375,6 @@ my_components += mozbootstrap
|
|||||||
.END
|
.END
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
|
|
||||||
my_components += component/fpicker/source/unx/kde4/fps_kde4
|
|
||||||
.END
|
|
||||||
|
|
||||||
.IF "$(OS)" != "WNT" && "$(OS)" != "ANDROID" && "$(OS)" != "IOS" && "$(OS)" != "headless"
|
.IF "$(OS)" != "WNT" && "$(OS)" != "ANDROID" && "$(OS)" != "IOS" && "$(OS)" != "headless"
|
||||||
my_components += cmdmail
|
my_components += cmdmail
|
||||||
.END
|
.END
|
||||||
|
@@ -502,24 +502,8 @@ File gid_File_Lib_Desktopbe
|
|||||||
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
|
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
|
||||||
End
|
End
|
||||||
|
|
||||||
#ifdef ENABLE_KDE4
|
|
||||||
#ifndef MACOSX
|
|
||||||
File gid_File_Lib_Fps_Kde4
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde4.uno);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#ifdef ENABLE_KDE
|
#ifdef ENABLE_KDE
|
||||||
#ifndef MACOSX
|
#ifndef MACOSX
|
||||||
File gid_File_Lib_Fps_Kde
|
|
||||||
LIB_FILE_BODY;
|
|
||||||
Styles = (PACKED);
|
|
||||||
Dir = SCP2_OOO_BIN_DIR;
|
|
||||||
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde.uno);
|
|
||||||
End
|
|
||||||
File gid_File_Bin_KdeFilePicker
|
File gid_File_Bin_KdeFilePicker
|
||||||
BIN_FILE_BODY;
|
BIN_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED);
|
||||||
|
Reference in New Issue
Block a user