diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
commit | 64ff9f8650277fdf849917a01dde4b18e67b046d (patch) | |
tree | 5a2e3f9cd3472c7055cf5a769fc445777bd9d591 /configure.ac | |
parent | dafc2a996545008a9027f2e894ab784b62464c00 (diff) | |
download | gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.gz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.zst gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.zip |
Copy&paste a few NM defines/enums we need at compile time
This way we don't need a compile-time dependency on NetworkManager,
since we use it through the DBus APIs.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a8753960c..f799aa214 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,6 @@ WEBKIT_GTK_REQUIRED=1.5.1 LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 -NETWORK_MANAGER_REQUIRED=0.8.9997 # Tests @@ -122,7 +121,6 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ libsoup-gnome-2.4 >= $LIBSOUP_GNOME_REQUIRED gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED - NetworkManager >= $NETWORK_MANAGER_REQUIRED ]) # **** |