summaryrefslogtreecommitdiff
path: root/fpicker/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-17 10:51:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-17 10:51:20 +0000
commit9da6f052fc3389f25937d7a0c33091f271fccc81 (patch)
tree7af8803ea2e1f736c8846dc6cd5c1c0924da38b9 /fpicker/util
parent14fb16a998da210117dc54a0ccdf7b9b5a773ae0 (diff)
#i10000#: pkg-config for GTK only
Diffstat (limited to 'fpicker/util')
-rw-r--r--fpicker/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk
index 0893668906a4..04dfcddf8cdf 100644
--- a/fpicker/util/makefile.mk
+++ b/fpicker/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: kz $ $Date: 2004-12-16 11:14:00 $
+# last change: $Author: hr $ $Date: 2004-12-17 11:51:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,8 +72,10 @@ USE_LDUMP2=TRUE
.INCLUDE : settings.mk
+.IF "$(ENABLE_GTK)" == "TRUE"
PKGCONFIG_MODULES=gtk+-2.0
.INCLUDE: pkg_config.mk
+.ENDIF # "$(ENABLE_GTK)" == "TRUE"
# --- fps dynlib ----------------------------------------------