From 9bb8b242019154e124b38f13a946d43044aa1a7f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Dec 2012 00:01:15 +0100 Subject: [PATCH] build: Don't require USB support to build packages --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e1d0a2e1c..d8d0db592 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,7 +246,7 @@ if LIBRARY pkgconfig_DATA = bluez.pc endif -DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --disable-udev +DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --disable-udev --disable-usb DISTCLEANFILES = $(pkgconfig_DATA) -- 2.11.0