]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver: remove unrecognised options
authorRoss Burton <ross.burton@intel.com>
Wed, 4 Dec 2013 15:35:42 +0000 (15:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2013 13:30:19 +0000 (13:30 +0000)
--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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index 969b84e2f93fd23ca788974e3dcc4d3ffa89b1e9..ebfb81440471ec5cd4e0f896c396f00ff0e894d6 100644 (file)
@@ -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 \
 "