summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergios - Anestis Kefalidis <megistios@gmail.com>2021-07-24 13:34:25 +0000
committerAlexander Schwinn <alexxcons@xfce.org>2021-07-24 13:34:25 +0000
commita12e4164e1095aad9ca557c75887f1490f39f08b (patch)
treef748019eac2d938a055422147b6c2a90e042bcd3 /configure.ac
parent50555624288c9f4237fc7661ff15b8990afb7aab (diff)
downloadtumbler-a12e4164e1095aad9ca557c75887f1490f39f08b.tar.gz
Support shared thumbnail repositories of the freedesktop.org thumbnail spec
Related: https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/18 https://gitlab.xfce.org/xfce/thunar/-/merge_requests/126 https://gitlab.xfce.org/xfce/thunar/-/issues/262
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 471a909..793e4c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,7 @@ PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.50.0])
PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.50.0])
PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.50.0])
PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.50.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.17.1])
dnl *************************
dnl *** Check for plugins ***