[oe-commits] Ross Burton : xserver: remove unrecognised options

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 12:30:51 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9e4875a951bda9d9e73657694f536a4b3206e2e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9e4875a951bda9d9e73657694f536a4b3206e2e9

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Dec  4 15:35:42 2013 +0000

xserver: remove unrecognised options

--disable-xorgcfg was removed in 2008.

--with-fontdir was renamed to --with-fontrootdir in 2009 and the default value
is good.

--disable-xf86misc was removed in 2008.

--disable-acfb, -ccfb and -mcfb should have been --disable-afb, -cfb, -mfb, and
were removed in 2008.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 969b84e..ebfb814 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -102,12 +102,7 @@ EXTRA_OECONF += "--with-fop=no \
                  --without-xmlto \
                  --with-pic \
                  --disable-static \
-                 --disable-acfb \
-                 --disable-ccfb \
-                 --disable-mcfb \
                  --disable-xinerama \
-                 --disable-xf86misc \
-                 --disable-xorgcfg \
                  --disable-record \
                  --disable-dmx \
                  --disable-xnest \
@@ -117,7 +112,6 @@ EXTRA_OECONF += "--with-fop=no \
                  --with-int10=x86emu \
                  --sysconfdir=/etc/X11 \
                  --localstatedir=/var \
-                 --with-fontdir=${datadir}/fonts/X11 \
                  --with-xkb-output=/var/lib/xkb \
                  ac_cv_file__usr_share_sgml_X11_defs_ent=no \
 "



More information about the Openembedded-commits mailing list