libxml++2: remove X11 distro check

looks like its not needed.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2018-03-21 07:16:14 -07:00
parent dbdacc9e20
commit 9ef757b433
@@ -18,8 +18,6 @@ DEPENDS = "libxml2 glibmm"
inherit distro_features_check autotools pkgconfig ptest
REQUIRED_DISTRO_FEATURES = "x11"
do_compile_ptest() {
oe_runmake -C examples buildtest
}