Skip to content

Commit

Permalink
configure: Remove lvm2app dependency
Browse files Browse the repository at this point in the history
Closes #2308
Closes #2510

Reviewed-by: Dominik Perpeet <dperpeet@redhat.com>
  • Loading branch information
stefwalter authored and dperpeet committed Jul 28, 2015
1 parent c78d9f0 commit d02234e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,6 @@ COCKPIT_WRAPPER_LIBS="$COCKPIT_LIBS"
AC_SUBST(COCKPIT_WRAPPER_CFLAGS)
AC_SUBST(COCKPIT_WRAPPER_LIBS)

PKG_CHECK_MODULES(LVM_DEPS, [polkit-gobject-1 >= 0.92
$POLKIT_REQUIREMENT
lvm2app
gudev-1.0 >= 164])

COCKPIT_LVM_CFLAGS="$COCKPIT_CFLAGS $GIO_CFLAGS $LVM_DEPS_CFLAGS"
COCKPIT_LVM_LIBS="$COCKPIT_LIBS $GIO_LIBS $LVM_DEPS_LIBS"
AC_SUBST(COCKPIT_LVM_CFLAGS)
AC_SUBST(COCKPIT_LVM_LIBS)

# whether to build cockpit-ws
AC_ARG_ENABLE(ws, AC_HELP_STRING([--disable-ws], [Disable cockpit-ws build]))

Expand Down

0 comments on commit d02234e

Please sign in to comment.