summaryrefslogtreecommitdiffstats
path: root/package/libfm/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-07-23 10:31:24 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-23 17:00:41 +0200
commit52c86b35ab7c1f17f3e6ce92a4c03a02febf017d (patch)
tree74a7400d0e0ca4d5d235e6345305311f5e273d0f /package/libfm/Config.in
parent7aa4c7eef6d11c9ac8dbd22e196c5830fe2546e2 (diff)
downloadbuildroot-52c86b35ab7c1f17f3e6ce92a4c03a02febf017d.tar.gz
buildroot-52c86b35ab7c1f17f3e6ce92a4c03a02febf017d.zip
libfm: add optional support for gtk3
pcmanfm can now use gtk3+ so use that over gtk2+ if it's available. Since it's only x11-safe for the moment the comment and deps other than gtk stay the same. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfm/Config.in')
-rw-r--r--package/libfm/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libfm/Config.in b/package/libfm/Config.in
index 603b4d51ee..0463d1c5d7 100644
--- a/package/libfm/Config.in
+++ b/package/libfm/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBFM
bool "libfm"
select BR2_PACKAGE_MENU_CACHE
select BR2_PACKAGE_LIBGLIB2
- select BR2_PACKAGE_LIBGTK2
+ select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
select BR2_PACKAGE_CAIRO
depends on BR2_PACKAGE_XORG7
depends on BR2_USE_WCHAR # libglib2
OpenPOWER on IntegriCloud