summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-29 19:42:52 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-29 19:42:52 +0200
commit7d9cf8b42bc4b145f641a5bbc7c62e59b55a7edd (patch)
tree8f9047cf2d3474c2a2263e588060ce0ad727ac30 /configure.ac
parentd4f13ca3c0b61e5734b7e94684c401b5c3e14e97 (diff)
Install desktop, icon and mime data files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60a5a87..fdf8800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,8 @@ AS_IF([test x$qt_check = xyes],
])
AM_CONDITIONAL([HAVE_QT],[test "x$have_qt" = "x1"])
+AM_CONDITIONAL([HAVE_GUI],[test "x$have_gtk" = "x1" -o "x$have_qt" = "x1"])
+
# Finish up
AC_CONFIG_HEADERS([src/config.h])