diff options
author | ZenWalker <[email protected]> | 2016-07-31 02:20:14 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-20 00:26:21 +0300 |
commit | 90d41af3d0107ecd33ad5d3f01e6793454d800bb (patch) | |
tree | 506f5ab1cf7b8bc2e75a93e131334dc65bb0f072 /configure.ac | |
parent | 8bd02b62d71b341911397b782dac3dbcb3802213 (diff) | |
download | mate-netbook-90d41af3d0107ecd33ad5d3f01e6793454d800bb.tar.bz2 mate-netbook-90d41af3d0107ecd33ad5d3f01e6793454d800bb.tar.xz |
Port from libunique to GApplication
Fixes #29
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a7e771d..73dc289 100644 --- a/configure.ac +++ b/configure.ac @@ -51,11 +51,9 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 LIBWNCK_API_VERSION=1.0 - LIBUNIQUE_API_VERSION=1.0 ;; 3.0) GTK_API_VERSION=3.0 LIBWNCK_API_VERSION=3.0 - LIBUNIQUE_API_VERSION=3.0 ;; esac @@ -66,7 +64,6 @@ PKG_CHECK_MODULES(MAXIMUS_DEPS, libwnck-$LIBWNCK_API_VERSION xtst libfakekey - unique-$LIBUNIQUE_API_VERSION ) AC_SUBST(MAXIMUS_DEPS_CFLAGS) AC_SUBST(MAXIMUS_DEPS_LIBS) |