mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 08:10:06 +01:00
build: fix make distcheck by building --with-libnm-glib
During make-distcheck we pre-generate documentation. For that
we need to build with libnm-glib enabled.
Fixes: df58895fb3
This commit is contained in:
parent
9c3e52b532
commit
dd91d0d79c
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ check_so_symbols = \
|
|||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--enable-tests=yes \
|
||||
--with-valgrind=no \
|
||||
--with-libnm-glib=yes \
|
||||
--enable-gtk-doc \
|
||||
--enable-more-warnings=error \
|
||||
--with-udev-dir=$$dc_install_base/lib/udev \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue