diff options
-rw-r--r-- | meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb index 5ab92fce7e..07b8ccb464 100644 --- a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb +++ b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | |||
@@ -11,7 +11,8 @@ inherit autotools | |||
11 | 11 | ||
12 | LD = "${CXX}" | 12 | LD = "${CXX}" |
13 | 13 | ||
14 | EXTRA_OECONF = "--enable-usb \ | 14 | EXTRA_OECONF = "--without-x \ |
15 | --enable-usb \ | ||
15 | --with-distname=${DISTRO}" | 16 | --with-distname=${DISTRO}" |
16 | 17 | ||
17 | do_configure() { | 18 | do_configure() { |