diff options
author | infirit <[email protected]> | 2014-02-10 21:41:44 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 21:41:44 +0100 |
commit | 5728667c3aff6421c5e048a2988cc0917b15c959 (patch) | |
tree | 90879f69ff69d4f3920f11e8e54e237a6f4237ec | |
parent | 872da387c5de0cd134f7972df68aef1914e6c3d7 (diff) | |
download | eom-5728667c3aff6421c5e048a2988cc0917b15c959.tar.bz2 eom-5728667c3aff6421c5e048a2988cc0917b15c959.tar.xz |
Fix pkgconfig not finding GTK_API_VERSION
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 83520cc..3d0ad68 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,7 @@ case "$with_gtk" in GTK_PRINT_REQUIRED=3.0.0 ;; esac +AC_SUBST(GTK_API_VERSION) GLIB_REQUIRED=2.25.9 GIO_REQUIRED=2.25.9 |