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:55:26 +0100 | 
| commit | b5fcad80917a3c17712f35f2fccce78ff434cd6a (patch) | |
| tree | 91650edb5fcc944870d0244d122392fa5cf45ac3 | |
| parent | 298cf58002dcf96cd8d136f2444f4b15221f41cc (diff) | |
| download | poky-b5fcad80917a3c17712f35f2fccce78ff434cd6a.tar.gz | |
libmatchbox: remove unused configure options
These options appear to have never existed in libmatchbox, remove them.
(From OE-Core rev: e8853d58db75a1e1453f2d517fb533f086c2dab2)
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 | |||
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig | 
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" | 19 | EXTRA_OECONF = "--enable-jpeg --enable-xsettings" | 
