diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-11-16 14:54:30 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:16 +0000 |
commit | 615ccaecf48114d0a2af50345f1a04ac0b00cd84 (patch) | |
tree | b70f52d671b657637ad179d2a889435e50e17748 | |
parent | cdad67c37ac79a362dd31ac6ad92462f5e5d8c66 (diff) | |
download | poky-615ccaecf48114d0a2af50345f1a04ac0b00cd84.tar.gz |
weston: Add PACKAGECONFIG option for colord CMS
(From OE-Core rev: e98d01c1ca060ad984d7a14a3f56fe049812df44)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.8.0.bb b/meta/recipes-graphics/wayland/weston_1.8.0.bb index 40df6e1936..aff9a12fdd 100644 --- a/meta/recipes-graphics/wayland/weston_1.8.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.8.0.bb | |||
@@ -75,6 +75,8 @@ PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" | |||
75 | PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" | 75 | PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" |
76 | # Weston with Xwayland support | 76 | # Weston with Xwayland support |
77 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" | 77 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" |
78 | # colord CMS support | ||
79 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" | ||
78 | 80 | ||
79 | do_install_append() { | 81 | do_install_append() { |
80 | # Weston doesn't need the .la files to load modules, so wipe them | 82 | # Weston doesn't need the .la files to load modules, so wipe them |