libunique: add x11 to REQUIRED_DISTRO_FEATURES

libunique depends on gtk+ which requires x11 distro feature.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit ba879d436b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jackie Huang 2016-11-22 15:30:48 +08:00 committed by Armin Kuster
parent 258f4f35b7
commit 74ee171e5d

View File

@ -24,4 +24,6 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit autotools pkgconfig gobject-introspection
inherit autotools pkgconfig gobject-introspection distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"