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>
This commit is contained in:
Jackie Huang 2016-11-22 15:30:48 +08:00 committed by Martin Jansa
parent 426734113d
commit ba879d436b

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"