summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Repository.mk6
-rw-r--r--postprocess/packcomponents/makefile.mk4
-rw-r--r--scp2/source/ooo/file_library_ooo.scp16
3 files changed, 0 insertions, 26 deletions
diff --git a/Repository.mk b/Repository.mk
index 74452fd3ca74..a1126692132e 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -489,12 +489,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
$(if $(filter $(OS),WNT), \
fps_odma \
) \
- $(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
- fps_kde \
- ) \
- $(if $(filter $(GUIBASE)$(ENABLE_KDE4),unxTRUE), \
- fps_kde4 \
- ) \
))
ifeq ($(OS),WNT)
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 47a7d7c8b9ad..488e3228470b 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -375,10 +375,6 @@ my_components += mozbootstrap
.END
.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"
my_components += cmdmail
.END
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 1b464cf0d76b..689a71bd7aeb 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -502,24 +502,8 @@ File gid_File_Lib_Desktopbe
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
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
#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
BIN_FILE_BODY;
Styles = (PACKED);