diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-08 14:13:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:54:29 +0100 |
commit | e8853d58db75a1e1453f2d517fb533f086c2dab2 (patch) | |
tree | 94d9454166307cd9b399d290e1cfc8891df8f233 | |
parent | d7aa6bf8d7702736e2bd81442ddef98869f40eae (diff) | |
download | openembedded-core-e8853d58db75a1e1453f2d517fb533f086c2dab2.tar.gz openembedded-core-e8853d58db75a1e1453f2d517fb533f086c2dab2.tar.bz2 openembedded-core-e8853d58db75a1e1453f2d517fb533f086c2dab2.zip |
libmatchbox: remove unused configure options
These options appear to have never existed in libmatchbox, remove them.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb index 244a495002..d162a78d7d 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb @@ -16,4 +16,4 @@ SRC_URI[sha256sum] = "254cab52e304a3512c8df4be59d690cf3921bbb68a28ede7fe26b93534 inherit autotools pkgconfig -EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" +EXTRA_OECONF = "--enable-jpeg --enable-xsettings" |