diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-02-10 12:32:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:41:00 +0000 |
commit | ae977c5efc2b5bde466962e29ad58755a6ba7b55 (patch) | |
tree | feacf0187fd99c2b783d9cad52a0e9b988d5d9a9 /meta/recipes-graphics | |
parent | 84520a9c8761c3e08e058305019c2b946d57c1e2 (diff) | |
download | poky-ae977c5efc2b5bde466962e29ad58755a6ba7b55.tar.gz |
xserver-xorg: Improvments in systemd-logind disable
Add packageconfig for systemd-logind instead of hard disable in
EXTRA_OECONF this allows users to use packageconfig also add
dependency of dbus because systemd-logind require it for communicate
with systemd.
(From OE-Core rev: ce4035ee635decab83e08a8c77ae7b077a029096)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 61542955a9..f0da488412 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -114,7 +114,6 @@ EXTRA_OECONF += "--with-fop=no \ | |||
114 | --with-xkb-output=/var/lib/xkb \ | 114 | --with-xkb-output=/var/lib/xkb \ |
115 | --with-sha1=libcrypto \ | 115 | --with-sha1=libcrypto \ |
116 | ac_cv_file__usr_share_sgml_X11_defs_ent=no \ | 116 | ac_cv_file__usr_share_sgml_X11_defs_ent=no \ |
117 | --disable-systemd-logind \ | ||
118 | " | 117 | " |
119 | 118 | ||
120 | PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}" | 119 | PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}" |
@@ -128,6 +127,7 @@ PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtua | |||
128 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 127 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
129 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" | 128 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" |
130 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 129 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
130 | PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," | ||
131 | 131 | ||
132 | do_install_append () { | 132 | do_install_append () { |
133 | # Its assumed base-files creates this for us | 133 | # Its assumed base-files creates this for us |