diff --git a/recipes-abiword/abiword/abiword_3.0.2.bb b/recipes-abiword/abiword/abiword_3.0.2.bb index 93444be..b43b9a6 100644 --- a/recipes-abiword/abiword/abiword_3.0.2.bb +++ b/recipes-abiword/abiword/abiword_3.0.2.bb @@ -39,7 +39,7 @@ SRC_URI[sha256sum] = "afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090 #want 3.x from 3.x.y for the installation directory SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" -inherit distro_features_check autotools-brokensep pkgconfig +inherit features_check autotools-brokensep pkgconfig REQUIRED_DISTRO_FEATURES = "x11" diff --git a/recipes-support/gtkmathview/gtkmathview_0.8.0.bb b/recipes-support/gtkmathview/gtkmathview_0.8.0.bb index 68cd9e6..74ad6db 100644 --- a/recipes-support/gtkmathview/gtkmathview_0.8.0.bb +++ b/recipes-support/gtkmathview/gtkmathview_0.8.0.bb @@ -18,7 +18,7 @@ SRC_URI = " \ SRCREV = "0bc2cfa0a47aed2c8a63abd989cb8da4dcceb2ec" S = "${WORKDIR}/git" -inherit distro_features_check autotools pkgconfig +inherit features_check autotools pkgconfig REQUIRED_DISTRO_FEATURES = "x11" diff --git a/recipes-support/t1lib/t1lib_5.1.2.bb b/recipes-support/t1lib/t1lib_5.1.2.bb index 00f7e7a..03a2605 100644 --- a/recipes-support/t1lib/t1lib_5.1.2.bb +++ b/recipes-support/t1lib/t1lib_5.1.2.bb @@ -17,7 +17,7 @@ SRC_URI = " \ SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c" SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59" -inherit autotools-brokensep distro_features_check +inherit autotools-brokensep features_check # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"