diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-16 05:09:45 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-16 05:09:45 -0800 |
commit | bc18e5b352952b6365e5dff9de0f02f03f8efb13 (patch) | |
tree | 75c1b70532853914102d5272de8dacc61342c5a5 /configure.in | |
parent | 85ab680ab5b17c84c3b62c59e830e532b03df09a (diff) | |
parent | 2a7396735127cf392c93bd74a4e39c2f65bf1ded (diff) | |
download | mate-user-share-bc18e5b352952b6365e5dff9de0f02f03f8efb13.tar.bz2 mate-user-share-bc18e5b352952b6365e5dff9de0f02f03f8efb13.tar.xz |
Merge pull request #5 from jasmineaura/develop
improve the sharebar, make it an GtkInfoBar, and some fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c45422a..e96149a 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,7 @@ AC_ARG_WITH(cajadir, [ac_with_cajadir=""]) PKG_CHECK_MODULES(EXTENSION, - libcaja-extension) + libcaja-extension mate-bluetooth-1.0) if test "${ac_with_cajadir}" = ""; then ac_with_cajadir=`pkg-config --variable=extensiondir libcaja-extension` fi |