diff options
author | infirit <[email protected]> | 2014-07-24 13:32:53 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-24 13:32:53 +0200 |
commit | 5c5c6ea8eaa76516469350ebaf880e3a43934d78 (patch) | |
tree | 0369236e1f1b31a1b4535d36cfafc3a7f3c18892 | |
parent | fa3c5f8e647c89a268d18fe17c53797a7bc2ecc6 (diff) | |
download | eom-5c5c6ea8eaa76516469350ebaf880e3a43934d78.tar.bz2 eom-5c5c6ea8eaa76516469350ebaf880e3a43934d78.tar.xz |
Use correct api version for GDK
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0200ece..ef4c027 100644 --- a/configure.ac +++ b/configure.ac @@ -332,7 +332,7 @@ AC_SUBST(EOM_LIBS) # ******************************************************* # Check GDK rendering target -gdk_target=`$PKG_CONFIG --variable=target gdk-2.0` +gdk_target=`$PKG_CONFIG --variable=target gdk-${GTK_API_VERSION}` if test "x$have_lcms" = "xyes" || test "$gdk_target" = "x11"; then PKG_CHECK_MODULES(X11, [x11], have_x11=yes, have_x11=no) |