summaryrefslogtreecommitdiff
path: root/postprocess/packcomponents/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/packcomponents/makefile.mk')
-rw-r--r--postprocess/packcomponents/makefile.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index e8e189ee9798..a6d7e5d56849 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -31,13 +31,6 @@ TARGET = packcomponents
.INCLUDE: settings.mk
-#TODO (copied from scp2/source/ooo/makefile.mk):
-.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != ""
-PKGCONFIG_MODULES=gtk+-2.0
-.INCLUDE: pkg_config.mk
-GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
-.END
-
my_components = \
cached1 \
calc \
@@ -348,10 +341,6 @@ my_components += mozab
my_components += mozbootstrap
.END
-.IF "$(GTK_TWO_FOUR)" != ""
-my_components += fps_gnome
-.END
-
.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
my_components += fps_kde4
.END