diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-12-04 15:35:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:25:28 +0000 |
| commit | 472e6c48cf259ec6ac99c108b73ee3135493d8d1 (patch) | |
| tree | 49cf650a06e27363ed8ccc63fba44ad10bd370e2 /meta/recipes-graphics/xorg-xserver | |
| parent | d8efb8db01bcfe662a9f42ae2eb5f2c4dd9cce87 (diff) | |
| download | poky-472e6c48cf259ec6ac99c108b73ee3135493d8d1.tar.gz | |
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.
(From OE-Core rev: 772f61c829d8199073a0ab0dae5012ce9b52fe34)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 969b84e2f9..ebfb814404 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 \ | |||
| 102 | --without-xmlto \ | 102 | --without-xmlto \ |
| 103 | --with-pic \ | 103 | --with-pic \ |
| 104 | --disable-static \ | 104 | --disable-static \ |
| 105 | --disable-acfb \ | ||
| 106 | --disable-ccfb \ | ||
| 107 | --disable-mcfb \ | ||
| 108 | --disable-xinerama \ | 105 | --disable-xinerama \ |
| 109 | --disable-xf86misc \ | ||
| 110 | --disable-xorgcfg \ | ||
| 111 | --disable-record \ | 106 | --disable-record \ |
| 112 | --disable-dmx \ | 107 | --disable-dmx \ |
| 113 | --disable-xnest \ | 108 | --disable-xnest \ |
| @@ -117,7 +112,6 @@ EXTRA_OECONF += "--with-fop=no \ | |||
| 117 | --with-int10=x86emu \ | 112 | --with-int10=x86emu \ |
| 118 | --sysconfdir=/etc/X11 \ | 113 | --sysconfdir=/etc/X11 \ |
| 119 | --localstatedir=/var \ | 114 | --localstatedir=/var \ |
| 120 | --with-fontdir=${datadir}/fonts/X11 \ | ||
| 121 | --with-xkb-output=/var/lib/xkb \ | 115 | --with-xkb-output=/var/lib/xkb \ |
| 122 | ac_cv_file__usr_share_sgml_X11_defs_ent=no \ | 116 | ac_cv_file__usr_share_sgml_X11_defs_ent=no \ |
| 123 | " | 117 | " |
