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:01 +0000 |
commit | e98d01c1ca060ad984d7a14a3f56fe049812df44 (patch) | |
tree | 34a3d9aef1501fe5801c581c29f41ca2d97c25c7 /meta/recipes-graphics | |
parent | 8e53500a7c05204fc63759f456639545a022e82b (diff) | |
download | openembedded-core-e98d01c1ca060ad984d7a14a3f56fe049812df44.tar.gz openembedded-core-e98d01c1ca060ad984d7a14a3f56fe049812df44.tar.bz2 openembedded-core-e98d01c1ca060ad984d7a14a3f56fe049812df44.zip |
weston: Add PACKAGECONFIG option for colord CMS
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-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" PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" # Weston with Xwayland support PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" +# colord CMS support +PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" do_install_append() { # Weston doesn't need the .la files to load modules, so wipe them |