diff options
author | Jonathan Kang <jonathan121537@gmail.com> | 2014-11-20 15:29:13 +0800 |
---|---|---|
committer | David King <davidk@gnome.org> | 2014-12-03 08:48:44 +0000 |
commit | a8fa51368b8515f751d96c5fdc69570f463015c8 (patch) | |
tree | 1773ad3ba0c3e75cf1e3aa2f5e722aa265616c3b /configure.ac | |
parent | bca82bc5f81c2609bac66c1094749ba5bcd49321 (diff) | |
download | gnome-logs-a8fa51368b8515f751d96c5fdc69570f463015c8.tar.gz |
Add an option for log view direction
https://bugzilla.gnome.org/show_bug.cgi?id=709160
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 02aeda8..0b2249d 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,8 @@ GTK_REQUIRED="gtk+-3.0 >= 3.13.4" SYSTEMD_JOURNAL_REQUIRED="libsystemd-journal" PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_JOURNAL_REQUIRED]) +GLIB_GSETTINGS + AC_CONFIG_FILES([ data/version.xml help/Makefile |