summaryrefslogtreecommitdiffstats
path: root/rules/gtk.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-05-04 08:32:13 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-05-04 08:32:13 +0000
commit2c548d8f50a69a20e072d9192f4e940031efc65c (patch)
tree4a43e5b3218badc5246b83a36969e857c473f650 /rules/gtk.in
parentb99a743f31de2263f8774e7017399eae0c417b75 (diff)
downloadptxdist-2c548d8f50a69a20e072d9192f4e940031efc65c.tar.gz
ptxdist-2c548d8f50a69a20e072d9192f4e940031efc65c.tar.xz
* rules/gtk.in:
removed libtiff option git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5466 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gtk.in')
-rw-r--r--rules/gtk.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/gtk.in b/rules/gtk.in
index ad5e268e8..3ffafab8f 100644
--- a/rules/gtk.in
+++ b/rules/gtk.in
@@ -4,7 +4,7 @@ menuconfig GTK
select GLIB
select ATK
select PANGO
- select LIBTIFF if GTK_LIBTIFF
+# select LIBTIFF if GTK_LIBTIFF
select LIBPNG if GTK_LIBPNG
select LIBJPEG if GTK_LIBJPG
select XORG_LIB_XEXT if GTK_TARGET_X11
@@ -18,12 +18,12 @@ menuconfig GTK
application suites.
-config GTK_LIBTIFF
- bool
- prompt "TIFF loader for gdk-pixbuf"
- depends on GTK
- depends on BROKEN
- default y
+#config GTK_LIBTIFF
+# bool
+# prompt "TIFF loader for gdk-pixbuf"
+# depends on GTK
+# depends on BROKEN
+# default y
config GTK_LIBJPEG
bool