[Buildroot] [git commit branch/2019.02.x] package/matchbox-desktop: remove unrecognized option

Peter Korsgaard peter at korsgaard.com
Sun Dec 22 20:07:37 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=7c44f1b52f7dad721dca7d0eb8ba81d069456d51
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

--enable-expat is not a recognized option so remove it

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 4022d0d28b87c57789a1a53759bf54c1a1246443)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/matchbox-desktop/matchbox-desktop.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/matchbox-desktop/matchbox-desktop.mk b/package/matchbox-desktop/matchbox-desktop.mk
index 81b13c079c..9054dd80c6 100644
--- a/package/matchbox-desktop/matchbox-desktop.mk
+++ b/package/matchbox-desktop/matchbox-desktop.mk
@@ -11,7 +11,6 @@ MATCHBOX_DESKTOP_SITE = http://downloads.yoctoproject.org/releases/matchbox/matc
 MATCHBOX_DESKTOP_LICENSE = GPL-2.0+
 MATCHBOX_DESKTOP_LICENSE_FILES = COPYING
 MATCHBOX_DESKTOP_DEPENDENCIES = matchbox-lib zlib
-MATCHBOX_DESKTOP_CONF_OPTS = --enable-expat
 
 # The bundled configure script does not properly replace LIBADD_DL, so
 # we force an autoreconf even if we don't have any patches touching



More information about the buildroot mailing list