build: Force enable introspection for "make distcheck" to work

Introspection support is needed to be able to instatiate a UPClient
object in the test suite.
This commit is contained in:
Bastien Nocera 2021-06-17 14:13:57 +02:00
parent 0e9c6192ab
commit 95763ef43e

View file

@ -54,7 +54,8 @@ pkgconfig_DATA = upower-glib.pc
# xsltproc barfs on 'make distcheck'; disable for now
DISTCHECK_CONFIGURE_FLAGS=--enable-man-pages --enable-gtk-doc \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
--with-udevrulesdir='$${libdir}/udev/rules.d-distcheck'
--with-udevrulesdir='$${libdir}/udev/rules.d-distcheck' \
--enable-introspection=yes
clean-local :
rm -f *~