summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Unglaub <leo@leo-unglaub.net>2015-03-06 01:39:17 +0000
committerLeo Unglaub <leo@leo-unglaub.net>2015-03-06 01:39:17 +0000
commit5ea0f8baf6fccbbf548d38c2cb4845a730c1235a (patch)
tree93d6cb073cc04eb0cd269f1e63bd05582b469a11
parent3ea9fbecde5ce00a3c89e831e02145faa827cba5 (diff)
downloadxfce-5ea0f8baf6fccbbf548d38c2cb4845a730c1235a.tar.gz
xfce-5ea0f8baf6fccbbf548d38c2cb4845a730c1235a.tar.xz
xfce4-appfinder: Disable GTK3
Do to a lack of working GTK3 themes i have disabled the GTK3 support in the appfinder. Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
-rw-r--r--xfce4-appfinder/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce4-appfinder/Pkgfile b/xfce4-appfinder/Pkgfile
index 1ab3fd0..8af31ad 100644
--- a/xfce4-appfinder/Pkgfile
+++ b/xfce4-appfinder/Pkgfile
@@ -22,7 +22,8 @@ build ()
--disable-debug \
--disable-dependency-tracking \
--disable-nls \
- --enable-gtk3 \
+ --disable-gtk3 \
+ --enable-gtk2
# make the appfinder

Generated by cgit