mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-04 23:28:01 +02:00
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:
parent
0e9c6192ab
commit
95763ef43e
1 changed files with 2 additions and 1 deletions
|
|
@ -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 *~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue